Jump to content

[SOLVED] Product.tpl ---> Add image to the right hand side of my size product options!!!


robkwal

Recommended Posts

Hi all,

I am looking to have a click able image to the right hand side of the size drop down menu which will take my customer to a page with a more detail view of the size guide!!!

I have attached an image of what i want to achieve!!!

Any help would be much appreciated, as i am very close to completion of my store just a few little things!

31541_JgYLHJilr6XhQpvn8gh7_t

Link to comment
Share on other sites

This maybe isn't best solution but try similar code to this (I left-out good part of code ...)

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

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


...

.....                



{if $id_attribute_group == 1} <a href="{$base_dir}cms.php?id_cms=3" class="thickbox"> {/if}


           {/foreach}



I set group id to 1 and cms page id to 3 for example.
Also change image :-)

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