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 "Product Add" Template - Where does it res (https://forum.x-cart.com/showthread.php?t=7384)

waginst 04-30-2004 08:08 AM

Editing "Product Add" Template - Where does it res
 
Would someone kindly share with me where the "Add Product / Edit Product" template resides? I need to add an option to this list, but don't know where to find the file!

Has someone created a "map" of what templates control what feature? (Or is that a RTFM! answer?)

We're using version 3.5.6 // not modified much.

Thanks!

shan 04-30-2004 09:04 AM

you can use the debugging console (in general settings) to see a map of templates.

Or switch on webmaster mode

the file your after is main/product_modify.tpl

to add an extra option though you should use the extra fields function

waginst 04-30-2004 10:35 AM

One last Q --
 
One last Q ---

Using the Debug Mode, I've been unable to track down the Item Title setting. Each item, for example, is given a title on the item's page: Item, #xxxxx where #xxxxx is the internal item ID.

Where can I set the format of this item title? (I've followed the progression of templates, and can't seem to find this variable)

shan 05-01-2004 01:44 PM

open customer/product.tpl and find the code below

Code:

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

change to

Code:

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

waginst 05-03-2004 06:00 AM

ahhh -- thank you vey much!!


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

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