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

@ -33,6 +33,18 @@ our $I18N = {
context => q|a template variable|,
},
'product_url' => {
message => q|The URL to this sku.|,
lastUpdated => 0,
context => q|a template variable|,
},
'addToCartForm' => {
message => q|If this product supports it, the form to add this product to the cart. It will contain a submit button and all required form elements needed to add the product to the cart.|,
lastUpdated => 0,
context => q|a template variable|,
},
'shelves' => {
message => q|A loop containing the list of shelves that are children of this one in the asset tree. Each record in the loop contains all the properties of a shelf.|,
lastUpdated => 0,

View file

@ -93,6 +93,18 @@ our $I18N = {
context => q|help for tax rate override field|
},
'add to cart' => {
message => q|Add To Cart|,
lastUpdated => 0,
context => q|i18n label for the add to cart button|,
},
'see more' => {
message => q|See more|,
lastUpdated => 0,
context => q|alternate i18n label for the add to cart button|,
},
'Add a Variant' => {
message => q|Add a Variant|,
lastUpdated => 0,