asterix11 Posted October 4, 2006 Posted October 4, 2006 Hi, When I check out and go to create_account.php (secure), I fill out the form, and I'm directed to checkout_shipping.php (non-secure). There I make my shipping option and I'm then directed to checkout_payment.php (secure). How can I make the checkout_shipping.php page secure? Thanks, Asterix
♥Monika in Germany Posted October 4, 2006 Posted October 4, 2006 are you on a template? :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
asterix11 Posted October 4, 2006 Author Posted October 4, 2006 are you on a template? Not at all. I've installed a couple of OS stores and I've never noticed this. I looked at the configure file and it's fine... Where could I look?
♥Monika in Germany Posted October 4, 2006 Posted October 4, 2006 when you click from the cart to checkout, os sets a snapshot. Make sure it is a an SSL link ... maybe it got lost. <?php $back = sizeof($navigation->path)-2; if (isset($navigation->path[$back])) { ?> <td class="main"><?php echo '<a href="' . tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td> <?php } ?> <td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.