SSL - HTTPS

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi NopCommunity,

i wonder if it is possible to have only ONE HTTPS page for the payment process and not for the whole e-commerce website.

For exemple :
My customers go here http://www.alpecig.com/default.aspx
They choose items they add in their shopping card from here http://www.alpecig.com/category/11-nos-e-liquides.aspx
They confirm the order on http://www.alpecig.com/shoppingcart.aspx
They write their credit card infos in https://www.alpecig.com/paymentPaybox.aspx

Are there any payment solution which use this ? And what about the session, the shopping card during the switching between HTTP --> HTTPS ...

thank you
13 years ago
Did you see other items in the forum about ssl

https://www.nopcommerce.com/boards/t/5904/https-links-kept-get-redirected-to-http.aspx
https://www.nopcommerce.com/boards/t/2618/using-https-ssl-in-checkout.aspx

A
13 years ago
Thank you Yidna. Didn't see it before.

But im using v1.90. Is there anything to take care about since this new version ?
13 years ago
look at the code behind of the pages you are talking about

eg


        public override PageSslProtectionEnum SslProtected
        {
            get
            {
                return PageSslProtectionEnum.No;
            }
        }
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.