Hello evryone,
I've installed HTTPS and wp E-commerce plugin, and secured "checkout page" with "HTTPS secure post checkbox" (using shared SSL of my server).
And when I go to chekout page with this https address, my shopping cart becomes empty...
Anyone knows which code I have to rewrite?
http://wordpress.org/extend/plugins/wordpress-https/
I'm pretty sure this is just a matter of the HTTP and HTTPS site not sharing the same session cookie, or not sharing the cookie that holds the carts contents, if that's how they're saved in that e-commerce plugin. Try making sure that every page that adds items to the cart is also secure.
Hi Mike, thanks for your reply!
I'll try also with a private SSL that I'll introduce on my website.
But if it is a cookie matter and I have to secure all product pages, my e-shop will have an problem of SEO...
Hi again Mvied,
I think I see what you said now, that Cookie don't follow to different domain.
But I don't know where I can add your "hook" on my e-commerce plugin, on "single product page" for example?
Hi again Mvied,
I've wanted to say it works fine with my private SSL - no problem of empty cart, my admin page are secure -. Thanks a lot for this plugin and cheers!