Better description of the price template variable in the Shelf.
This commit is contained in:
parent
9d5521b820
commit
3dfb850d41
1 changed files with 5 additions and 5 deletions
|
|
@ -21,11 +21,11 @@ our $I18N = {
|
||||||
context => q|Message telling the user the their products have been imported successfully.|
|
context => q|Message telling the user the their products have been imported successfully.|
|
||||||
},
|
},
|
||||||
|
|
||||||
'price' => {
|
'price' => {
|
||||||
message => q|The price of this sku.|,
|
message => q|The price of this sku, formatted to 2 decimal places using a decimal point (not comma), and with no monetary symbol.|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
context => q|a template variable|,
|
context => q|a template variable|,
|
||||||
},
|
},
|
||||||
|
|
||||||
'thumbnailUrl' => {
|
'thumbnailUrl' => {
|
||||||
message => q|The URL for a thumbnail image of this sku. If it has no thumbnail, then this variable will be empty.|,
|
message => q|The URL for a thumbnail image of this sku. If it has no thumbnail, then this variable will be empty.|,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue