I have a website that uses EE v 1.6.7 - The issue that I’m running into happens when site users try to purchase something using the Safari browser and receives the following message from the browser:
This is a non-secure form. This form will be sent in a way that is not secure. Are you sure you want to send it?
Here is the URL for that page:
https://www.activemelody.com/premium_guitar_lessons/checkout_login
The user now has 2 choices, they can either 1) login with their existing account, or 2) sign up for a new account, either way, they are redirected to the same checkout page which is also secure (https).
The issue is that when someone tries to log in to their existing account, they get the “This is a non-secure form” warning from the Safari browser. The functionality of the site works, in that I can correctly redirect the user where they need to go, but as an ecommerce site.. i hate having a warning like that because it frightens people away. I currently have the following code to allow the user to login and redirect them to the checkout page:
{exp:member:login_form return="https://www.activemelody.com/premium_guitar_lessons/checkout_payment"}I tried adding a custom action (hacking the mod.member.php file) via the instructions at the bottom of this page but that didn’t seem to work.
Is there something super easy / obvious that I’m overlooking here, surely this is possible?
Thanks for any insight / direction!