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+'';