robkwal Posted October 15, 2010 Share Posted October 15, 2010 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! Link to comment Share on other sites More sharing options...
razaro Posted October 15, 2010 Share Posted October 15, 2010 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 More sharing options...
robkwal Posted October 15, 2010 Author Share Posted October 15, 2010 Is it possible to have a pdf pop up in that thick box?Also sorry to be so cheeky but could you have a look at my old post, as I have just found a problem with everyones favorite browser explorer! lol. Link to comment Share on other sites More sharing options...
razaro Posted October 16, 2010 Share Posted October 16, 2010 Yes just replace href with link to your pdf file. 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