wonka![]() 2006-10-24 16:49 | Hi, is there a way to secure the order submit process with HTTPS? It is usual at online stores that user input is HTTPS secure. |
treewood (OpenSolution)2006-10-25 05:22 | wonka - ask Your provider to turn ON on Your site SSL |
WillBoss![]() 2006-10-26 14:28 | I was wondering the same thing. I only wanted the order page to be secure rather than the entire cart. |
treewood (OpenSolution)2006-10-26 22:04 | WillBoss - this is problem but ... in actions_client/orders.php you can find this:
header( 'Location: '.$_SERVER['PHP_SELF'].'?p=ordersBasket' );
and add https adress before: $_SERVER['PHP_SELF'] |
WillBoss![]() 2006-10-27 16:06 | Cheers! Treewood!! That was just what I wanted. |