I am new to Shopsite and must say that I have been impressed thus far. I am
learning the basics of template design and would like to see if others have
attempted a more information popup window.
I am displaying my products as such and need to know what I need in order to
have the More Info Page pop up in a 400 X400 window.
<table width="100%">
[-- LOOP PRODUCTS PAGE.Columns--]
<tr><td>
[-- PRODUCT --]
</td></tr>
[-- END_LOOP PRODUCTS --]
</table>
[-- IF PAGE.ProductsPerPage 0 --]
# do nothing
[-- ELSE --]
<p style="text-align:center">[-- PrevNext --]</p>
[-- END_IF --]
If anyone can help, I would appreciate it.
Thanks,
Frank