From bdbd4b260fe835b5e97dc840cb032fb641fa262d Mon Sep 17 00:00:00 2001 From: lLefevre Date: Thu, 26 Jul 2012 09:56:43 +0000 Subject: [PATCH] [-] TR : fix #PSCFV-3229 --- themes/default/js/product.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/js/product.js b/themes/default/js/product.js index 758dc283b..3cc9dc6a1 100644 --- a/themes/default/js/product.js +++ b/themes/default/js/product.js @@ -714,7 +714,7 @@ function checkUrl() $('select[name=group_'+attributesCombinations[a]['id_attribute_group']+']').val(attributesCombinations[a]['id_attribute']); } // find combination - if (count > 0) + if (count >= 0) { findCombination(false); original_url = window.location+'';