![]() |
DySE::KimmyShop Script : Documentation |
|
|
Home > DySE::KimmyShop > Documentation |
||
|
The DySE::KimmyShop script (make.pl) is a Perl script program that works in conjunction with the generic DySE viewer script (view.pl) to display products offered by KimmyShop.com. The DySE::KimmyShop script and the DySE viewer script run on your web server.
When you run the DySE::KimmyShop script (make.pl), it downloads and processes the product datafeed file from KimmyShop.com and creates a products database file. When a user visits your website, the DySE viewer script (view.pl) is run and it displays product pages, category pages, or the home page.
A live example website that uses DySE::KimmyShop is www.bime.com/kimmyshop
For detailed instructions on how to install and use DySE::KimmyShop make.pl and the DySE view.pl,
click here .
The following are live examples of the sample template sets that are included with the DySE::KimmyShop script.
www.bime.com/kimmyshop/set1
(templates "set1")
www.bime.com/kimmyshop/set2
(templates "set2")
www.bime.com/kimmyshop/set3
(templates "set3")
www.bime.com/kimmyshop/set4
(templates "set4")
www.bime.com/kimmyshop/set5
(templates "set5")
www.bime.com/kimmyshop/set6
(templates "set6")
The following additional item.* substitution variables can be used in an items.html item template file. For the standard item.* variables, see item.*
Variable Description item.character Name of the cartoon character that the current product is of. Note: This variable is empty for products in some categories, such as Clearance and New Arrivals.
Example:
{if item.character}
Character: {item.character}
{endif}