betch Posted August 4, 2010 Share Posted August 4, 2010 Hi! My online shop has SSL-enabled and I didn't have problems getting security warning when using IE on 1.2.4. However, when I updated to 1.3.1 I've been having the security warning when using IE. I've spent a whole day searching for a fix but I still couldn't get it to work. When I click "yes" on the security warning after clicking "Paypal Payment", I get error on the redirection module on Paypal (redirect.php on line 40). Don't know what to do. Please help! Link to comment Share on other sites More sharing options...
bigip Posted August 6, 2010 Share Posted August 6, 2010 Had the same problem after upgrading to 1.3.1. so I replaced paypal.php and paypal.tpl in paypal module folder with older versions.Works fine now.PS older version of paypal.tpl file had a bug so before uploading change line 25 of modules/paypal/paypal.tpl from: <input type="hidden" name="quantity_{$i}" value="{$product.quantity}" /> to:<input type="hidden" name="quantity_{$i}" value="{$product.cart_quantity}" /> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now