Jump to content

[PROBLEM] Configuring the select drop down for attributes problems


Recommended Posts

{if isset($groups)}

           <!-- attributes -->





           {/if}



This tag is all what i wrote and it generated the dropdown including changing price impacts and stuff... I need to edit the select to do other things on change but i simply cannot as any code i write is not shown....


This is what firebug gives me... when i hover on the auto generated select
[PICTURE ATTACHED]


Can some one help as i need to edit this code a lot but its not letting me do it.... I can make a custom coded dropdown which you can find the code below... But the price impact and Refernce number do not change which is quite a prioblem.

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



{$group.name|escape:'htmlall':'UTF-8'}
{assign var='groupName' value='group_'|cat:$id_attribute_group}

                   {foreach from=$group.attributes key=id_attribute item=group_attribute name="foo2"}
                       {if $smarty.foreach.foo2.first}
{$group_attribute|escape:'htmlall':'UTF-8'}
                       {assign var='imgurl2' value=`$id_attribute`}  
                       {else}
{$group_attribute|escape:'htmlall':'UTF-8'}
                       {/if}
                    {/foreach}
 







           {/foreach}



Need Urgent Help ;)

21637_MgqoWAFfl9qDbz2pUDHZ_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...