Hi,
I've got a javascript popup url in my primary template.
I'm using this same template on both my product pages and checkout pages, however the popup only works from the product pages.
Could anyone suggest why this may be happening?
The link from the product pages is correct as coded in the template:
However on the checkout pages it changes to:
I can't figure out why this is happening when both pages should be using the same template
I've got a javascript popup url in my primary template.
I'm using this same template on both my product pages and checkout pages, however the popup only works from the product pages.
Could anyone suggest why this may be happening?
The link from the product pages is correct as coded in the template:
HTML Code:
javascript:ShowPopUp('http://cic.rfsolutions.co.uk:8008/SmartKB/index.asp',800,800);
HTML Code:
javascript:ShowPopUp('http://www.rfsolutions.co.uk/acatalog/http://cic.rfsolutions.co.uk:8008/SmartKB/index.asp',800,800);
Comment