diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index af186424a..8aa13ece2 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -12,6 +12,7 @@ - fixed #9047: Unable to reorder DataForm tabs - added: Delete columns from DataTable - fixed: Now more than one DataTable can be put on a page + - fixed #9002: add a variant in admin product view misses i18n link 7.6.2 - fixed: not allowed to add calendar events if in can edit group but not can add event group diff --git a/docs/upgrades/packages-7.6.3/default_product.wgpkg b/docs/upgrades/packages-7.6.3/default_product.wgpkg new file mode 100644 index 000000000..c44bad2da Binary files /dev/null and b/docs/upgrades/packages-7.6.3/default_product.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_Sku.pm b/lib/WebGUI/i18n/English/Asset_Sku.pm index 18fb4232c..342caa0ea 100644 --- a/lib/WebGUI/i18n/English/Asset_Sku.pm +++ b/lib/WebGUI/i18n/English/Asset_Sku.pm @@ -93,6 +93,18 @@ our $I18N = { context => q|help for tax rate override field| }, + 'Add a Variant' => { + message => q|Add a Variant|, + lastUpdated => 0, + context => q|i18n label for the view template| + }, + + 'Set Product price and SKU' => { + message => q|Set Product price and SKU|, + lastUpdated => 0, + context => q|i18n label for the view template| + }, + 'assetName' => { message => q|Sku|, lastUpdated => 0,