Hi there, I've been looking through the theads for an add to cart button with details on my custom var pop up pages...
I've come acrross the threads by Norman Rouxel (exactly what I need) but they don't seem to work with the way I have my pop up configured.
the below text is how i have gone about creating the pop up code.
Create a cutom variable for the pop up windows
CUSTOMVAR:POPWINONE
CUSTOMVAR:POPWINTWO
etc...
In Actinic
1/ got to advanced/custom poperties - click the + symbol and add just the last part of the variable ie. POPWINONE then again for your other popwindows.
2/ In the Product details page click on properties then click the + at the top left select the Property that you want in value paste either one of these ammend where needed.
Link from an image
<a href="#" onClick="window.open('YOURPAGE.html','specs','width=400,height=200,scrollbars=yes')"><img src="images/warranties.jpg" border="0"></a>
For a Text link
<a href="#" onClick="window.open('YOURPAGE.html','specs','width=400,height=200,scrollbars=yes')">Specs</a>
You can see a working progress of my site
http://www.afterstock.co.uk/acatalog..._FX_VOL_2.html
then click on the 1st clip called 'acent 2 heaven' to get the pop up.
Any help on this would be greatly appreciated.
Jonas
I've come acrross the threads by Norman Rouxel (exactly what I need) but they don't seem to work with the way I have my pop up configured.
the below text is how i have gone about creating the pop up code.
Create a cutom variable for the pop up windows
CUSTOMVAR:POPWINONE
CUSTOMVAR:POPWINTWO
etc...
In Actinic
1/ got to advanced/custom poperties - click the + symbol and add just the last part of the variable ie. POPWINONE then again for your other popwindows.
2/ In the Product details page click on properties then click the + at the top left select the Property that you want in value paste either one of these ammend where needed.
Link from an image
<a href="#" onClick="window.open('YOURPAGE.html','specs','width=400,height=200,scrollbars=yes')"><img src="images/warranties.jpg" border="0"></a>
For a Text link
<a href="#" onClick="window.open('YOURPAGE.html','specs','width=400,height=200,scrollbars=yes')">Specs</a>
You can see a working progress of my site
http://www.afterstock.co.uk/acatalog..._FX_VOL_2.html
then click on the 1st clip called 'acent 2 heaven' to get the pop up.
Any help on this would be greatly appreciated.
Jonas
Comment