diff --git a/themes/default/mobile/js/product.js b/themes/default/mobile/js/product.js index c9ebf08ad..f84ddff81 100644 --- a/themes/default/mobile/js/product.js +++ b/themes/default/mobile/js/product.js @@ -96,7 +96,7 @@ var ProductFn = (function() return true; } ProductFn.already_init = true; - if ($('.attributes_group select').length) { + if ($('.attributes_group select').length || $('.attributes_group input[type=radio]').length) { initAttrSelector(); } ProductFn.checkMinimalQuantity();