what is the best way of creating extended infomation pages without using pop ups, similar to http://www.jewellery247.co.uk/acatal...eel_Rings.html
Announcement
Collapse
No announcement yet.
Extended Info without Pop ups
Collapse
X
-
-
They seem to have used the patch I mentioned and are using an Extended Info Template that's based on their Primary Template.
That's quite a big job that will require some skill to implement but basically you replace the NETQUOTEVAR:PRODUCTBODY (in the Primary Template copy) with the Product Template code (based on a normal product template).Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
It's in the link 4 items above. The relevant bit isIf you go to Design / Text / Go to / Phase -1, ID 2175 - you will find the popup call.
javascript:ShowPopUp('%s',%s,%s);
if you replace all the above with just
%s
Then Text Lnks or making the product image clickable to go to the Extended Info pages will now be normal links and the extended info pages will now open in the current browser.
Don't use the Extended Info Button option as it will fail.
You'll also have to add something to the extended info template so that there's some navigation available to get you back to the previous page.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
Comment