How do I add an extra extended info button, if I have too much info in the pop up it looks cluttered, wheras two buttons ( or more) would make navigation clearer
Announcement
Collapse
No announcement yet.
Extra Extended Information Button
Collapse
X
-
Hi Steve
Please take a look at Advanced User Guide 7, (Word version), pg 40. It relates to "Creating custom pop-up windows" and "Custom Pop-Up Windows When Clicking on the Product Image" .
If you do not have the User Guide, you can download it from here
Hope this helps.
Cheers
-
Thanks for the hint, but people tend to click on pictures for larger images and I cannot put instructions on the image, as I already have some text on it. If I put something like "click on image for more information" in the general description it is all getting a bit wordy and anyway people do not tend to read thing properly anyway.
Comment
-
Krithika's suggestion allows you to create as many pop-up windows as you want.
What you need now is to put some more product images into your products that you can link to the custom pop-up windows.
To do this, you need to use custom properties - see the 'Custom Properties' section of the help.
Create a new custom property called something like 'productimage2' and then put code similar to the following in your product layout templateCode:<img src="CUSTOMVAR:PRODUCTIMAGE2" border="2" alt="NETQUOTEVAR:PRODUCTNAME">
Comment
Comment