If you want additional pop windows in your catalogue here is how to do it.
This is tested in actinic business 7+.
Create a cutom variable for the pop up windows
CUSTOMVAR:POPWINONE
CUSTOMVAR:POPWINTWO
etc...
place these where you want the pop up window to come from in the act_productline.html
example still under construction. http://extre.prosite.co.uk/acatalog/media_players.html look for the Specs: warrenties etc.. you will have to make the files you want to load in a wizzywig.
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>
Repeat where required for additional popups. Then to the right make sure the following is ticked. 'Searchable' and 'Use as CUSTOMVAR' you MUST click apply.
Then go to advanced/Additional Files and add the files you are using for the popup information this will ensure actinic uploads them.
The nice thing about this is if you have information for the popup you can display it or not on preferance by selecting 'Use as CUSTOMVAR'
Hope that helps someone.
Jez
ProSite.
This is tested in actinic business 7+.
Create a cutom variable for the pop up windows
CUSTOMVAR:POPWINONE
CUSTOMVAR:POPWINTWO
etc...
place these where you want the pop up window to come from in the act_productline.html
example still under construction. http://extre.prosite.co.uk/acatalog/media_players.html look for the Specs: warrenties etc.. you will have to make the files you want to load in a wizzywig.
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>
Repeat where required for additional popups. Then to the right make sure the following is ticked. 'Searchable' and 'Use as CUSTOMVAR' you MUST click apply.
Then go to advanced/Additional Files and add the files you are using for the popup information this will ensure actinic uploads them.
The nice thing about this is if you have information for the popup you can display it or not on preferance by selecting 'Use as CUSTOMVAR'
Hope that helps someone.
Jez
ProSite.
Comment