view paypal/make.pl @ 25:b9a4988a22ed laserkard

[svn r26] initial live version of website completed. still have "selection" bug
author rlm
date Sun, 03 Jan 2010 22:26:26 -0500
parents 2979a76e3fdf
children 0deeb2d5d1db
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',
10 NAME => 'big_acrylic_clear',
12 FIELDS => ["Line 1 (James Bond)", "Line 2 (jbond\@mi6.co.uk)"],
13 DEFAULTS => ['James Bond','jbond@mi6.co.uk'],
15 COSTS_NAMES => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
16 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'],
17 INITIAL_PRICE => '$125.00',
19 ADD_PENNY => 0,
20 );
21 }
24 {#basic_acrylic_clear
25 &paylist
26 (
27 TITLE => 'Clarity Series:<br> The Arrow Kard.',
28 PRODUCT_NAME => 'Clarity Series: The Arrow Kard',
30 NAME => 'basic_acrylic_clear',
32 FIELDS => ["Line 1 (James Bond)", "Line 2 (MI6)","Line 3 (Secret Agent)","Line 4 (jbond\@mi6.co.uk)"],
33 DEFAULTS => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'],
35 COSTS_NAMES => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
36 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'],
37 INITIAL_PRICE => '$125.00',
39 ADD_PENNY => 1,
40 );
41 }
45 {#classic_acrylic_clear
46 &paylist
47 (
48 TITLE => 'Clarity Series:<br> The Classic Kard.',
49 PRODUCT_NAME => 'Clarity Series: The Classic Kard',
51 NAME => 'classic_acrylic_clear',
53 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)"],
54 DEFAULTS => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'],
56 COSTS_NAMES => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
57 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'],
58 INITIAL_PRICE => '$125.00',
60 ADD_PENNY => 0,
61 );
62 }
67 {#lines_acrylic_clear
68 &paylist
69 (
70 TITLE => 'Clarity Series:<br> The Direct Kard.',
71 PRODUCT_NAME => 'Clarity Series: The Direct Kard',
73 NAME => 'lines_acrylic_clear',
75 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)"],
76 DEFAULTS => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','www.domain.com'],
78 COSTS_NAMES => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
79 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'],
80 INITIAL_PRICE => '$125.00',
82 ADD_PENNY => 0,
83 );
84 }
89 {#classic_acrylic_green
90 &paylist
91 (
92 TITLE => "Vitality LaserKard Classic Style",
93 NAME => 'classic_acrylic_green',
95 FIELDS => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Side"],
96 DEFAULTS => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'],
98 COSTS_NAMES => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
99 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'],
100 INITIAL_PRICE => '$135.00',
102 ADD_PENNY => 0,
103 );
104 }
107 {#big_acrylic_green
108 &paylist
109 (
110 TITLE => "Vitality LaserKard BIG Style",
111 NAME => 'big_acrylic_green',
113 FIELDS => ["Line 1", "Line 2"],
114 DEFAULTS => ['James Bond','jbond@mi6.co.uk'],
116 COSTS_NAMES => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
117 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'],
118 INITIAL_PRICE => '$135.00',
120 ADD_PENNY => 1,
121 );
122 }
124 {#basic_acrylic_green
125 &paylist
126 (
127 TITLE => "Vitality LaserKard Basic Style",
128 NAME => 'basic_acrylic_green',
130 FIELDS => ["Line 1", "Line 2","Line 3","Line 4"],
131 DEFAULTS => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'],
133 COSTS_NAMES => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
134 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'],
135 INITIAL_PRICE => '$135.00',
137 ADD_PENNY => 0,
138 );
139 }
141 {#lines_acrylic_green
142 &paylist
143 (
144 TITLE => "Vitality LaserKard Lines Style",
145 NAME => 'lines_acrylic_green',
147 FIELDS => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Line 6"],
148 DEFAULTS => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','http://www.domain.com'],
150 COSTS_NAMES => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
151 COSTS_CODE => ['40 cards @135.00', '4 cards @30.00'],
152 INITIAL_PRICE => '$135.00',
154 ADD_PENNY => 0,
155 );
156 }