And to make the clickable image do the same, copy and rename a new Product Image Layout, and a new standard product image which you add to the new product image layout.
Change: <a href="<actinic:variable name="ExtendedInfoPageName" />"> in product image
To:
<a class="thickbox" title="Title" href=<actinic:variable name="ExtendedInfoPageEncoded" />?KeepThis=true&TB_iframe=true&height=550&width=600>
Cheers!
Change: <a href="<actinic:variable name="ExtendedInfoPageName" />"> in product image
To:
<a class="thickbox" title="Title" href=<actinic:variable name="ExtendedInfoPageEncoded" />?KeepThis=true&TB_iframe=true&height=550&width=600>
Cheers!
Comment