Add getAddToCartForm to skus, update Shelf code, help, i18n and template.

This commit is contained in:
Colin Kuskie 2009-03-28 17:25:43 +00:00
parent b4c60af457
commit 01b8ccf412
14 changed files with 222 additions and 4 deletions

View file

@ -21,8 +21,11 @@ our $HELP = {
variables => [
{ name => "shelves" , required=>1},
{ name => "products" , required=>1, variables => [
{ name => "url",
description => 'product_url', },
{ name => "thumbnailUrl" },
{ name => "price" },
{ name => "addToCartForm" },
],
},
{ name => "templateId", description=>"shelf template help" },