I'm using secure linking for my shopping cart, which means all internal links point to https (instead of http). There is one link, however, that's not pointing to https, and that's the Home button. When I mouse over it, it shows "assistech.com/store" and when I click, it gives me a redirect loop error to where the page cannot be displayed. When I type the secure URL in the browser, I have no problem; the page shows. In order to solve this problem, I need to create a secure link for the Home button. How can I access the Home button to make this change?
Is this admin or storefront? In storefront there is a menu for home. Is this the one you have problem with?
Quote from: abantecart on March 26, 2015, 03:34:06 PM
Is this admin or storefront? In storefront there is a menu for home. Is this the one you have problem with?
I'm referring to the storefront. How can I access the Home menu?
Try this fix
https://github.com/abantecart/abantecart-src/commit/bbb2be7693681e064036f31aa7b39afd71560577
Thank you very much. It worked great!