Quote:
Originally Posted by missblossom
I am trying to find out how to move or even remove the titles at the top of my header at
http://www.fascinocosmetics.com/online-store/home.php
( Home, Shopping Cart, Contact Us)
I would like to relocate them in the left column instead and have the logo a click on home link. Any suggestions. I have looked and I simply can't figure it out.
I also want to change the wording of "shopping cart" to "my basket". Can this be done?
Thanks anyone!!!
|
( Home, Shopping Cart, Contact Us) are defined in admin using the "speed bar" options. You can rename them there. They are controlled by the template skin1/customer/tab.tpl, which in the default x-cart is called from within the skin1/customer/top_menu.tpl, but a Balinor said, you site has a custom skin so it is impossible for anyone else to know what was modified and how.
Something else you can do to change "shopping cart" to "my basket" is in the admin section, click on "languages". Then choose your language from the drop down box at the top of the page. Once the page refreshes you should see an area that has "Select topic: and Apply Filter:". In the "apply filer area, enter "shopping cart" and click "go". You should see any language tag that contains the phrase "shopping cart". Find those that you want to edit. Once you are satisfied go to the bottom of the page and click "update all". You can do this for any language variable in x-cart.
Ok, now more about moving ( Home, Shopping Cart, Contact Us). It appears you want to move them to the left column. This is defined in skin1/customer.home.tpl. The problem is, the "tab" section is dynamic, meaning you can add or subtract different "tabs" as you see fit. What most people will do is either leave them as is or move them somewhere else where they can be displayed horizontally instead of vertically (which they would need to be if placed in a column). I'm not saying it can not be done, it is just more difficult.