I've just launched a shop site (opencart 1.5.4) and we've implemented SSL. That is, I've turned on SSL in the opencart admin, and updated the two config files. The shop owner wanted to ensure that the entire site was digitally signed, so I added a line to the htaccess file to force an https rewrite:
Code: Select all
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
- apply a coupon code
- update the quantities
it does not work.
Entering a new value in the input box to updating the quantity refreshes the page, without updating the quantity.
Applying a coupon code also refreshes the page without adding the coupon or giving an error. It *does* however give the following message as you click 'apply voucher':
I've temporarily taken out the https rewrite so that people can apply vouchers and update their baskets, but that doesn't really solve the root cause and it's not a workable solution for the shop manager -- why is it that the basket won't take SSL updates, and how can I fix this?Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.
Are you sure you want to continue sending this information?