Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems with checkout/order processing


Guest

Recommended Posts

Posted

Greetings:

 

I have installed MS1, but have a problem. Unless the user logins in/creates a new account from the main page, the program will not get past viewing the cart. When you click on the checkout button, all you get is a blank page... :shock:

 

my url is www.robbiedalley.com/catalog/default.php

 

Thanks

 

Robbie :D

Posted

It appears to me that your catalog/includes/header.php file has been modified. The checkout gif and checkout text in the header should point to FILENAME_CHECKOUT_PAYMENT. Your's points to FILENAME_CHECKOUT_SHIPPING.

 

See my header.php code below.

 

HTH,

 

Mark

 

 

 

Here's my code on line 92:

<td rowspan=2 align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>  <a href="' . tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>  ;<a href="' . tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>  </td>

 

here's my code on line 99:

<td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>  |  <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>   </td>

Posted

This does not fix my problem, I get the blank page any time you try to checkout, after filling in your login details, registering for a new account, etc. My installation just seems to halt at that point!

 

Robbie

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...