View Single Post
  #3  
Old 11-15-2006, 08:44 AM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default 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
Reply With Quote