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)
-   -   Which file holds the menu on books_and_magazines theme? (https://forum.x-cart.com/showthread.php?t=65505)

steliosaaa 11-28-2012 09:18 AM

Which file holds the menu on books_and_magazines theme?
 
Hi all,

I can't find which file holds the 3 links on the top menu of the books_and_magazines template. What I'm looking for is the file relevant with those 3 links --> Home Shopping Cart Contact Us
It doesn't take the values from a variable as I've already translate those variables but still showing in English so it should be somewhere hard coded to the template files.

I'm using 4.5.4 version.

Thanks

totaltec 11-28-2012 11:50 AM

Re: Which file holds the menu on books_and_magazines theme?
 
The template is /books_and_magazines/customer/tabs.tpl

You might want to watch my tutorial on webmaster mode if you are having trouble locating a template. The header is near the bottom of the template list for SEO reasons.

Consider this code for making it pull a language value:
Code:

{if $sb.title eq 'Home'}{$lng.lbl_site_path}{else}{$sb.title}{/if}
You can extend it by adding {elseif $sb.title eq 'Shopping Cart'} etc.

steliosaaa 11-29-2012 01:31 AM

Re: Which file holds the menu on books_and_magazines theme?
 
Thanks a lot, it works great now.


All times are GMT -8. The time now is 02:17 AM.

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