Re: Adjust page sizing on the 'detailed Image popup'
(Actually no; its using default xcart)
IF you view the skin1/customer/main/product.tpl their is a 'see details' popup link.
Question:
>I would like the popup to span the full page HEIGHT & WIDTH wise & show address bar etc. But the changes are not applying. Below is the code that I have used.
BEFORE:
{if $images && $active_modules.Detailed_Product_Images ne ""}
<BR>
<A href="javascript: opendetailed('{$product.productid}');">{$lng.lbl_s ee_details}</A>
{/if}
AFTER:
{if $images && $active_modules.Detailed_Product_Images ne ""}
<BR>
<A href="javascript: opendetailed('{$product.productid}','width=100%,he ight=100%,toolbar=yes,status=no,scrollbars=no,resi zable=yes,menubar=no,location=yes,direction=no');v oid(0);">{$lng.lbl_see_details}</A>
{/if}
__________________
x-cart 4.0.16v
linux server
|