Fix per item shipping in Products.
This commit is contained in:
parent
8f4149d082
commit
448f1ffdf5
4 changed files with 46 additions and 1 deletions
|
|
@ -841,6 +841,18 @@ be useful, others may not.|,
|
|||
context => q|template variable|
|
||||
},
|
||||
|
||||
'isShippingRequired' => {
|
||||
message => q|Is shipping required?|,
|
||||
lastUpdated => 0,
|
||||
context => q|label for the edit sku|
|
||||
},
|
||||
|
||||
'isShippingRequired help' => {
|
||||
message => q|This determines whether shipping costs will be calculated when the user checks out.|,
|
||||
lastUpdated => 0,
|
||||
context => q|hover help for isShippingRequired in the edit sku screen|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue