|
This didn’t work for me with 1.6
I also tried making this module found here-- http://magento.dijksterhuis.org/securing-the-magento-shopping-cart-with-https/
, again didn’t work
It just seems that I need all of the links that carry me to the cart to direct to https://
I can do it with my main shopping cart button.
But it’s more difficult to do for My Cart in the top links.
/app/code/core/Mage/Checkout/Block/Links.php
I’m sure there are a lot of people who want only their cart to be secure on the front end, but not the entire front end of the site.
Anyone willing to write an extension that works for this.
|