diff --git a/skin/frontend/base/default/js/scp_product_extension.js b/skin/frontend/base/default/js/scp_product_extension.js index 7e72154..53c4234 100644 --- a/skin/frontend/base/default/js/scp_product_extension.js +++ b/skin/frontend/base/default/js/scp_product_extension.js @@ -385,11 +385,13 @@ Product.Config.prototype.configureElement = function(element) { Product.Config.prototype.reloadOptionLabels = function(element){ var selectedPrice; var childProducts = this.config.childProducts; - - //Don't update elements that have a selected option - if(element.options[element.selectedIndex].config){ - return; - } + + try { + //Don't update elements that have a selected option + if(element.options[element.selectedIndex].config){ + return; + } + } catch(e){} for(var i=0;i