Mercurial > laserkard
diff paypal/make.pl @ 40:1ac1409ea68c laserkard
[svn r41] implemented dynamic text.
author | rlm |
---|---|
date | Mon, 25 Jan 2010 03:42:08 -0500 |
parents | ae22c2d59891 |
children | ef8615de8a9c |
line wrap: on
line diff
1.1 --- a/paypal/make.pl Sun Jan 24 15:06:22 2010 -0500 1.2 +++ b/paypal/make.pl Mon Jan 25 03:42:08 2010 -0500 1.3 @@ -6,11 +6,13 @@ 1.4 ( 1.5 TITLE => 'Clarity Series:<br> The Bold Kard.', 1.6 PRODUCT_NAME => 'Clarity Series: The Bold Kard', 1.7 +SHORT_FORM => 'bold', 1.8 + 1.9 DESC => 'Laser-Etched Clear Acrylic', 1.10 1.11 NAME => 'big_acrylic_clear', 1.12 1.13 -FIELDS => ["Line 1 (James Bond)", "Line 2 (jbond\@mi6.co.uk)"], 1.14 +FIELDS => ["Name", "Email"], 1.15 DEFAULTS => ['James Bond','jbond@mi6.co.uk'], 1.16 1.17 COSTS_NAMES => ['40 cards — $125', '4 cards — $30'], 1.18 @@ -27,10 +29,11 @@ 1.19 ( 1.20 TITLE => 'Clarity Series:<br> The Arrow Kard.', 1.21 PRODUCT_NAME => 'Clarity Series: The Arrow Kard', 1.22 +SHORT_FORM => 'arrow', 1.23 1.24 NAME => 'basic_acrylic_clear', 1.25 1.26 -FIELDS => ["Line 1 (James Bond)", "Line 2 (MI6)","Line 3 (Secret Agent)","Line 4 (jbond\@mi6.co.uk)"], 1.27 +FIELDS => ["Name", "Company","Occupation","Email"], 1.28 DEFAULTS => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'], 1.29 1.30 COSTS_NAMES => ['40 cards — $125', '4 cards — $30'], 1.31 @@ -48,17 +51,18 @@ 1.32 ( 1.33 TITLE => 'Clarity Series:<br> The Classic Kard.', 1.34 PRODUCT_NAME => 'Clarity Series: The Classic Kard', 1.35 +SHORT_FORM => 'classic', 1.36 1.37 NAME => 'classic_acrylic_clear', 1.38 1.39 -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)"], 1.40 +FIELDS => ["Email", "Phone","Name","Company","Occupation","Website"], 1.41 DEFAULTS => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'], 1.42 1.43 COSTS_NAMES => ['40 cards — $125', '4 cards — $30'], 1.44 COSTS_CODE => ['40 cards @125.00', '4 cards @30.00'], 1.45 INITIAL_PRICE => '$125.00', 1.46 1.47 -ADD_PENNY => 0, 1.48 +ADD_PENNY => 1, 1.49 ); 1.50 } 1.51 1.52 @@ -70,10 +74,11 @@ 1.53 ( 1.54 TITLE => 'Clarity Series:<br> The Direct Kard.', 1.55 PRODUCT_NAME => 'Clarity Series: The Direct Kard', 1.56 +SHORT_FORM => 'direct', 1.57 1.58 NAME => 'lines_acrylic_clear', 1.59 1.60 -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)"], 1.61 +FIELDS => ["Name", "Occupation","Company","Phone","Email","Website"], 1.62 DEFAULTS => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','www.domain.com'], 1.63 1.64 COSTS_NAMES => ['40 cards — $125', '4 cards — $30'],