AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Ollie on March 25, 2015, 11:43:29 PM

Title: Home button causing a redirect loop
Post 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?
Title: Re: Home button causing a redirect loop
Post by: 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?
Title: Re: Home button causing a redirect loop
Post by: Ollie on March 27, 2015, 10:42:23 AM
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?
Title: Re: Home button causing a redirect loop
Post by: abantecart on March 28, 2015, 07:24:32 PM
Try this fix
https://github.com/abantecart/abantecart-src/commit/bbb2be7693681e064036f31aa7b39afd71560577
Title: Re: Home button causing a redirect loop
Post by: Ollie on March 28, 2015, 10:11:50 PM
Thank you very much. It worked great!