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)
-   -   Rename Categories Title (https://forum.x-cart.com/showthread.php?t=25800)

zebu 10-14-2006 04:20 PM

Rename Categories Title
 
Hi folks,

I want to rename "Categories" on the menu box for my list of categories. As I only have a few categories at present I want this to say "Products" on the website.

I dont want to change the language variable setting as this will cause me confusion elsewhere on the site (especially in admin area, where products and category variables need to be distingishable.)

I cant seem to fing the "Template" where ican replace the call to the variable and inster a text string?

Also how can I change those very ordinary little pictures nexdt to these menu titles?

I have been using xcart for only week - but already I love it!!

balinor 10-14-2006 05:50 PM

Re: Rename Categories Title
 
Open up customer/categories.tpl.

Replace this:

menu_title=$lng.lbl_categories

with this:

menu_title="Products"

As for the icon, those are dingbats...I suggest removing them entirely, which you can do in menu.tpl.

zebu 10-14-2006 08:03 PM

Re: Rename Categories Title
 
Thanks very much... Im slowly finding my way around these templates!


All times are GMT -8. The time now is 01:43 PM.

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