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)
-   -   Search to find template I need to edit?? (https://forum.x-cart.com/showthread.php?t=29506)

Berrycakes 03-08-2007 10:31 AM

Search to find template I need to edit??
 
Hi,

I have a silly question. I have been searching for the answer prior to posting, but I can't seem to find it. I'm sure it's been asked before, but I'll ask again.

Is there a way to "search" to find a specific template to edit in the back end of xcart? For example, (and this post happens to apply to my current issue):

Quote:

Look at the very top of include/search.php, this bunch of code:

"productcode" => func_get_langvar_by_name("lbl_sku"),
"title" => func_get_langvar_by_name("lbl_product"),
"price" => func_get_langvar_by_name("lbl_price"),
"orderby" => func_get_langvar_by_name("lbl_default")

The above info was posted, but if I don't happen to know where to find the "include/search.php" file so that I can change it, is there some type of simple place to search for it by name, instead of having to browse through all the templates?

If this question was already answered, I apologize in advance. Thanks for the help!

balinor 03-08-2007 10:49 AM

Re: Search to find template I need to edit??
 
That is not a template, but a php file. You would find it in the include directory in the root directory where you installed X-Cart. You can't edit it in the admin area of X-Cart, you need to access it via FTP.

Warwick 03-08-2007 10:50 AM

Re: Search to find template I need to edit??
 
include/search.php is situated in the directory where your shop is installed so:

<you shop directory> / include / search.php

balinor beat me to it ... fast as lightning this guy :)

Berrycakes 03-08-2007 03:00 PM

Re: Search to find template I need to edit??
 
Thank you, and thank you for both pieces of information. Worked great!!


All times are GMT -8. The time now is 03:35 PM.

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