diff --git a/admin-dev/themes/template/products/form.tpl b/admin-dev/themes/template/products/form.tpl index 0fae487ba..41b54c13d 100644 --- a/admin-dev/themes/template/products/form.tpl +++ b/admin-dev/themes/template/products/form.tpl @@ -197,6 +197,11 @@ $('#desc-product-newCombination').show(); populate_attrs(); } + else if (btn_name == "Attachments") + { + $('#desc-product-save-and-stay').hide(); + $('#desc-product-save').hide(); + } else { $('#desc-product-newCombination').hide();