Fix per item shipping in Products.

This commit is contained in:
Colin Kuskie 2008-07-31 02:37:52 +00:00
parent 8f4149d082
commit 448f1ffdf5
4 changed files with 46 additions and 1 deletions

View file

@ -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;