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)
-   -   Editing the main part of the screen? (https://forum.x-cart.com/showthread.php?t=365)

brgreene 10-21-2002 03:49 AM

Editing the main part of the screen?
 
Can someone tell me which template controls the center table?

I can edit the individual templates, I just can't find the template that controls the title and border around the center.

seaCOAST 10-21-2002 04:03 AM

Re: Editing the main part of the screen?
 
Quote:

Originally Posted by brgreene
Can someone tell me which template controls the center table?

I can edit the individual templates, I just can't find the template that controls the title and border around the center.


Isn't that in the skin1.css file?

shan 10-21-2002 05:41 AM

I think you may be talking about dialog.tpl

this is the template for all the boxes that appear in the middle of the page

ATKOgirl 10-21-2002 07:18 AM

Hi,

The title part of the dialog box is controled by the actual template for whatever is being displayed. It is usually located near the bottom of the template and looks something like this:

{include file="dialog.tpl" title=$product.product content=$smarty.capture.dialog
extra="width=100%"}

You edit the reference title= to include the data fields you would like displayed as the title of the dialog box.

The example above is from my product.tpl. I have changed the reference to no longer display the product number, only the product name.

Hope that helps,
ATKOgirl

Parrot 10-21-2002 09:58 AM

go to the xcart manual (the big one! - see below)
Go to "X-cart page layout"
This has the diagram showing the layout of the page templates

You can find the full manual under your personal file download area. It is called 'X-CARTHELP_ALPHA_AUG28"
This manual is a HUGE help!

Lori

Sorry! I must add here:
The New Manual is often not included in your file area. If not, simply put a message into xcart directly and they will included it by the next day (usually-with consideration of the weekends).

Since it is in Alpha form they are not always adding it, unless requested.

brgreene 10-21-2002 04:29 PM

Thanks for the help!
 
I would like to thank everyone for their help.


All times are GMT -8. The time now is 01:38 AM.

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