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)
-   -   Product Page (https://forum.x-cart.com/showthread.php?t=11948)

digisoftuk 02-04-2005 07:16 AM

Product Page
 
I am trying to increass the width of my product page but i'm not sure which lies to edit in customer/main/product.tpl can you help please i'm using xcart 4.0.11

Thanks for your help

balinor 02-04-2005 07:50 AM

What exactly are you trying to increase? A screenshot or link to your site would help. The product page should automatically be stretching to fit the full width of your home.tpl...between the menus. So I guess I'm not really understanding what you want to do?

digisoftuk 02-04-2005 07:56 AM

Template Editing
 
HI

I've take the login and user online out of the right hand page and now i want to fill the gap by moving my width over so my discription is not taking to much page up plus i've got more fetures i want to add to the new layout.

Look forward to your comments

Thanks

Chris

balinor 02-04-2005 07:57 AM

Ah. You will need to remove that empty cell from home.tpl (where the menu boxes used to be). The pages will then stretch all the way across.

digisoftuk 02-04-2005 08:01 AM

Template Editing
 
Sorry i'm new to this can you give me a clue where to find it.

Thanks again for your help

Chris

balinor 02-04-2005 08:08 AM

It is the same page you removed the menus from - customer/home.tpl. Look for this tag:


Just after that, there is a table cell that looks like this:

Code:

<td width=150 valign=top>

replace it with this:

Code:

{*<td width=150 valign=top>

then scroll down and find the closing </td> tag for that cell and replace it with this:

Code:

</td>*}

That should do the trick!

digisoftuk 02-04-2005 08:13 AM

Template Editing
 
Thanks for your help works a treat

Chris


All times are GMT -8. The time now is 08:47 PM.

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