X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Adjust page sizing on the 'detailed Image popup' (https://forum.x-cart.com/showthread.php?t=26630)

mmoskva 11-15-2006 06:43 AM

Adjust page sizing on the 'detailed Image popup'
 
On the product page, IF I select the detailed image popup "See details" link. The popup is quite small.
> How do I adjust the size of the popup to span a full page?

balinor 11-15-2006 07:59 AM

Re: Adjust page sizing on the 'detailed Image popup'
 
I assume you mean an add-on module as this is not standard in your version of X-Cart. If so, best to post in the thread where you found the mod.

mmoskva 11-15-2006 08:44 AM

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}

balinor 11-15-2006 08:49 AM

Re: Adjust page sizing on the 'detailed Image popup'
 
Not on 4.0.16 it isn't...is that the version you are using?

mmoskva 11-15-2006 09:02 AM

Re: Adjust page sizing on the 'detailed Image popup'
 
Yes I am using 4.0.16? I am alittle confuzed, what should I do?

balinor 11-15-2006 09:18 AM

Re: Adjust page sizing on the 'detailed Image popup'
 
I don't know...that is some sort of customization that includes a JavaScript, so you would need to adjust the JavaScript it is calling.


All times are GMT -8. The time now is 11:20 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.