Jump to content

How could the attributs of buy_block show without the select-box in product page.


bobhao

Recommended Posts

Hello, I'm trying to change some code in my product.tpl file to the attributs without the selection-box in product page. and each click on the attribut, the price and quantity of this attribut will show. well, I failed.....

So could someone who can give me a hand to help me.. Thanks so much.

 {if isset($groups)}
           <!-- attributes -->

           {foreach from=$groups key=id_attribute_group item=group}


{$group.name|escape:'htmlall':'UTF-8'} :
               {assign var='groupName' value='group_'|cat:$id_attribute_group}
0}$('#resetImages').show('slow');{/if}">
                   {foreach from=$group.attributes key=id_attribute item=group_attribute}
{$group_attribute|escape:'htmlall':'UTF-8'}
                   {/foreach}


           {/foreach}

           {/if}

38583_4BYermvbK8aE1aiPUtLT_t

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...