138 lines
3.4 KiB
Perl
138 lines
3.4 KiB
Perl
package WebGUI::i18n::English::Macro_Product;
|
|
|
|
our $I18N = {
|
|
'add to cart' => {
|
|
message => q|Add to cart|,
|
|
lastUpdated => 0,
|
|
context => q|The label for the add to cart link.|
|
|
},
|
|
'available product configurations' => {
|
|
message => q|Available product configurations|,
|
|
lastUpdated => 0,
|
|
context => q|Message indicatin the available configurations.|
|
|
},
|
|
'macroName' => {
|
|
message => q|Product|,
|
|
lastUpdated => 1128918830,
|
|
},
|
|
|
|
'no sku or id' => {
|
|
message => q|No SKU or productId passed|,
|
|
lastUpdated => 1135117939,
|
|
},
|
|
|
|
'cannot find product' => {
|
|
message => q|Cannot find product|,
|
|
lastUpdated => 1128976376,
|
|
},
|
|
|
|
'product title' => {
|
|
message => q|Product Macro|,
|
|
lastUpdated => 1128965480,
|
|
},
|
|
|
|
'variants.message' => {
|
|
message => q|The internationalized text "^International("available product configurations","Macro_Product");"|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'variantLoop' => {
|
|
message => q|A loop containing information about all variants about the Product.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'variant.compositionLoop' => {
|
|
message => q|A loop containing information about all variants about the Product.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'parameter' => {
|
|
message => q|The parameter that defines this variant, for example, size.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'value' => {
|
|
message => q|The value of the parameter, for the example of size, XL.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'variant.variantId' => {
|
|
message => q|The Id for this variant of the Product.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'variant.price' => {
|
|
message => q|The price for this variant of the Product.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'variant.weight' => {
|
|
message => q|The weight for this variant of the Product.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'variant.sku' => {
|
|
message => q|The SKU for this variant of the Product.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'variant.addToCart.url' => {
|
|
message => q|A URL to add this variant of the Product to the user's shopping cart.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'variant.addToCart.label' => {
|
|
message => q|An internationalized label, "^International("add to cart","Macro_Product");",
|
|
to display to the user for adding this variant
|
|
of the Product to their shopping cart.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'productId' => {
|
|
message => q|The unique identifier of this Product.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'title' => {
|
|
message => q|The title for this Product.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'description' => {
|
|
message => q|The description of this Product.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'price' => {
|
|
message => q|The Product's base cost.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'weight' => {
|
|
message => q|The Product's base weight.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
'sku' => {
|
|
message => q|The Product's base SKU.|,
|
|
lastUpdated => 1149217564,
|
|
},
|
|
|
|
|
|
'product body' => {
|
|
message => q|
|
|
|
|
<p><b>^Product(<i>SKU or productId</i>, [<i>templateId</i>]);</b><br />
|
|
This macro looks up a Product in the Product Manager by SKU or productId and
|
|
allows information about it to be displayed. If the SKU or productId cannot
|
|
be found, the message ^International("cannot find product","Macro_Product"); will
|
|
be displayed.</p>
|
|
<p>The macro takes one optional argument, an alternate template in the Macro/Product namespace for formatting information about the Product. The following variables are available in the template:</p>
|
|
|,
|
|
lastUpdated => 1149217613,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|
|
|