Exclude Cart Contents from secure connection

Hi, Is there a way to exclude Cart Contents (index.php?dispatch=checkout.cart) from being part of secured (https) connection?

[quote name=‘pmpdistribution’]Hi, Is there a way to exclude Cart Contents (index.php?dispatch=checkout.cart) from being part of secured (https) connection?[/quote]

Sure, you can enable/disable it in: Administration > Settings > General > Enable secure connection at checkout

But then his checkout would not be https dispatch=checkout.chekout

The ssl settings are done at the controller level so it would take a code modification to check for the mode ‘cart’ and then NOT switch to SSL in that case.