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)
-   -   How to resize all the checkout dialog boxes? (https://forum.x-cart.com/showthread.php?t=25447)

TL408 10-02-2006 11:32 AM

How to resize all the checkout dialog boxes?
 
Hi guys,

Can you please point me to the right direction on how to resize these checkout dialog boxes? I would like to enlarge them close to the size of the actual window size. Below are the pictures of what I would like to do.

I have looked at several template files inside the "Fast_Lane_Checkout" directory but couldn't find the variables that I need to change.

Thanks
-Tuan

http://img59.imageshack.us/img59/5346/checkout000pb2.jpg

http://img117.imageshack.us/img117/7587/checkout001dv4.jpg

http://img117.imageshack.us/img117/8562/checkout002oh2.jpg

http://img117.imageshack.us/img117/457/checkout004pc0.jpg

mcitde 10-02-2006 11:54 AM

Re: How to resize all the checkout dialog boxes?
 
Hi Tuan,
you need to modify skin1/modules/Fast_Lane_Checkout/home.tpl

Find this at top
Code:

<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="150"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
<td width="6">&nbsp;</td>
<td valign="top" align="center">

and this on the bottom
Code:

  </td>
<td width="6">&nbsp;</td>
<td valign="top" width="150"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /> </td>
</tr>
</table>

and just delete it. Then look for
Code:

<table cellpadding="0" cellspacing="0" width="700">
and change 700 to 100%.

Thats it.

TL408 10-02-2006 12:08 PM

Re: How to resize all the checkout dialog boxes?
 
Ahhh.....you're my hero. Your help is greatly appreciated.

Cheers
-Tuan

balinor 10-02-2006 06:13 PM

Re: How to resize all the checkout dialog boxes?
 
Tuan, you are the screen capture KING! :) Sure makes it easy to see what problems you are having...wish everyone would learn that skill :)

TL408 10-02-2006 06:30 PM

Re: How to resize all the checkout dialog boxes?
 
Quote:

Originally Posted by balinor
Tuan, you are the screen capture KING! :)

Heheehe....At least I resized all the images to 600px now. No more monster resolution size. LOL....

-Tuan


All times are GMT -8. The time now is 04:36 AM.

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