From 6ee30e3bdb8b2e6c739b0e34b62781ebf73622a8 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 20 Sep 2012 15:24:57 +0000 Subject: [PATCH] // Fix #PSCFV-3994 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17443 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/js/product.js | 1 + themes/default/product.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/default/js/product.js b/themes/default/js/product.js index fc55829ed..f54f9aec5 100644 --- a/themes/default/js/product.js +++ b/themes/default/js/product.js @@ -704,6 +704,7 @@ function checkUrl() product_id = $('#product_page_product_id').val(); // fill html with values $('.color_pick').removeClass('selected'); + $('.color_pick').parent().parent().children().removeClass('selected'); count = 0; for (z in tabValues) for (a in attributesCombinations) diff --git a/themes/default/product.tpl b/themes/default/product.tpl index 3ed595535..8d7f42576 100644 --- a/themes/default/product.tpl +++ b/themes/default/product.tpl @@ -290,7 +290,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus