view paypal/make.pl @ 35:ae22c2d59891 laserkard

[svn r36] more work with kevin
author rlm
date Mon, 18 Jan 2010 15:31:33 -0500
parents 0deeb2d5d1db
children 1ac1409ea68c
line wrap: on
line source
1 use generate_paylists;
4 {#big_acrylic_clear
5 &paylist
6 (
7 TITLE => 'Clarity Series:<br> The Bold Kard.',
8 PRODUCT_NAME => 'Clarity Series: The Bold Kard',
9 DESC => 'Laser-Etched Clear Acrylic',
11 NAME => 'big_acrylic_clear',
13 FIELDS => ["Line 1 (James Bond)", "Line 2 (jbond\@mi6.co.uk)"],
14 DEFAULTS => ['James Bond','jbond@mi6.co.uk'],
16 COSTS_NAMES => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
17 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'],
18 INITIAL_PRICE => '$125.00',
20 ADD_PENNY => 0,
21 );
22 }
25 {#basic_acrylic_clear
26 &paylist
27 (
28 TITLE => 'Clarity Series:<br> The Arrow Kard.',
29 PRODUCT_NAME => 'Clarity Series: The Arrow Kard',
31 NAME => 'basic_acrylic_clear',
33 FIELDS => ["Line 1 (James Bond)", "Line 2 (MI6)","Line 3 (Secret Agent)","Line 4 (jbond\@mi6.co.uk)"],
34 DEFAULTS => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'],
36 COSTS_NAMES => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
37 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'],
38 INITIAL_PRICE => '$125.00',
40 ADD_PENNY => 0,
41 );
42 }
46 {#classic_acrylic_clear
47 &paylist
48 (
49 TITLE => 'Clarity Series:<br> The Classic Kard.',
50 PRODUCT_NAME => 'Clarity Series: The Classic Kard',
52 NAME => 'classic_acrylic_clear',
54 FIELDS => ["Line 1 (jbond\@mi6.co.uk)", "Line 2 (123.456.7890)","Line 3 (James Bond)","Line 4 (MI6)","Line 5 (Secret Agent)","Side (http://www.jamesbond.com)"],
55 DEFAULTS => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'],
57 COSTS_NAMES => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
58 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'],
59 INITIAL_PRICE => '$125.00',
61 ADD_PENNY => 0,
62 );
63 }
68 {#lines_acrylic_clear
69 &paylist
70 (
71 TITLE => 'Clarity Series:<br> The Direct Kard.',
72 PRODUCT_NAME => 'Clarity Series: The Direct Kard',
74 NAME => 'lines_acrylic_clear',
76 FIELDS => ["Line 1 (James Bond)", "Line 2 (Secret Agent)","Line 3 (MI6)","Line 4 (123.456.7890)","Line 5 (jbond\@domain.com)","Line 6 (www.domain.com)"],
77 DEFAULTS => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','www.domain.com'],
79 COSTS_NAMES => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
80 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'],
81 INITIAL_PRICE => '$125.00',
83 ADD_PENNY => 0,
84 );
85 }
90 {#classic_acrylic_green
91 &paylist
92 (
93 TITLE => "Vitality LaserKard Classic Style",
94 NAME => 'classic_acrylic_green',
96 FIELDS => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Side"],
97 DEFAULTS => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'],
99 COSTS_NAMES => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
100 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'],
101 INITIAL_PRICE => '$135.00',
103 ADD_PENNY => 0,
104 );
105 }
108 {#big_acrylic_green
109 &paylist
110 (
111 TITLE => "Vitality LaserKard BIG Style",
112 NAME => 'big_acrylic_green',
114 FIELDS => ["Line 1", "Line 2"],
115 DEFAULTS => ['James Bond','jbond@mi6.co.uk'],
117 COSTS_NAMES => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
118 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'],
119 INITIAL_PRICE => '$135.00',
121 ADD_PENNY => 1,
122 );
123 }
125 {#basic_acrylic_green
126 &paylist
127 (
128 TITLE => "Vitality LaserKard Basic Style",
129 NAME => 'basic_acrylic_green',
131 FIELDS => ["Line 1", "Line 2","Line 3","Line 4"],
132 DEFAULTS => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'],
134 COSTS_NAMES => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
135 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'],
136 INITIAL_PRICE => '$135.00',
138 ADD_PENNY => 0,
139 );
140 }
142 {#lines_acrylic_green
143 &paylist
144 (
145 TITLE => "Vitality LaserKard Lines Style",
146 NAME => 'lines_acrylic_green',
148 FIELDS => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Line 6"],
149 DEFAULTS => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','http://www.domain.com'],
151 COSTS_NAMES => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
152 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'],
153 INITIAL_PRICE => '$135.00',
155 ADD_PENNY => 0,
156 );
157 }