AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: Ollie on March 25, 2015, 11:43:29 PM
-
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?
-
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!