AbanteCart Community

eCommerce construction => Templates => Topic started by: rytenwalk on July 19, 2013, 01:01:12 AM

Title: Customize Menu's Default_HTML 5
Post by: rytenwalk on July 19, 2013, 01:01:12 AM
Hi,

I was wondering if you can help me with the following:

1. In the top header section I was able to configure it so that I have my logo, login, account, cart, checkout and search bar. I wanted to add "Home" between the logo and login and have it point it to my main wordpress site since the store is housed in /shop.

2. In the category menu (below the social icons) where it has Home (drop down) and product categories I would like to change the text of "Home" to say Shop or Store so that people can see the difference.

Thanks!
Title: Re: Customize Menu's Default_HTML 5
Post by: abantecart on July 19, 2013, 08:59:34 AM
1. In the top header section I was able to configure it so that I have my logo, login, account, cart, checkout and search bar. I wanted to add "Home" between the logo and login and have it point it to my main wordpress site since the store is housed in /shop.

Locate template file:
storefront/view/default_html5/template/blocks/menu_top.tpl
This is mostly controlled by menu, but home is filtered out.

2. In the category menu (below the social icons) where it has Home (drop down) and product categories I would like to change the text of "Home" to say Shop or Store so that people can see the difference.

You can change this in design -> menu section
Title: Re: Customize Menu's Default_HTML 5
Post by: rytenwalk on July 19, 2013, 03:28:38 PM
thanks so much!