nicnacweb Posted September 8, 2016 Share Posted September 8, 2016 (edited) Hello I wonder if somebody can help me, we have a musical instruments store in wicc the products have some attributes that correspond with our brick and mortar stores The problem is that in the product page, the default combination is checked and we would like not to be (as this is a little bit difficult to explain please see the attached image). Is no problem that there is a default combination, we don0t want to show checked in the frontend. Any help would be greatly appreciated http://sinergiamusic.es/ Edited September 8, 2016 by nicnacweb (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted September 9, 2016 Share Posted September 9, 2016 I think the default choice should be depending on your product combinations configuration, please check which combination is selected as default for that product? Link to comment Share on other sites More sharing options...
nicnacweb Posted September 9, 2016 Author Share Posted September 9, 2016 Thank You but no, the problem is that we don't want any checked by default in the frontend, we don't want to show which is the default combination Link to comment Share on other sites More sharing options...
shokinro Posted September 9, 2016 Share Posted September 9, 2016 I think you have to modify the theme file of product page /themes/YourTehme/product.tpl try to remove following red part from following line to see if it helps. <input type="radio" class="attribute_radio" name="{$groupName|escape:'html':'UTF-8'}" value="{$id_attribute}" {if ($group.default == $id_attribute)} checked="checked"{/if} /> Link to comment Share on other sites More sharing options...
malcek Posted September 28, 2016 Share Posted September 28, 2016 Hi I'm not sure if you want to do this, because if you do not have default combination pre-selected than on product page you wont have displayed correct price only 0,00. After visitor select combination the correct price is displayed. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now