Guest Posted January 20, 2006 Posted January 20, 2006 For some reason, shipping to payment is not working. <td class="main"><?php echo '<b>' . TITLE_CONTINUE_CHECKOUT_PROCEDURE . '</b><br>' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?></td> <td class="main" align="right"><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> i'm guessing that's the code. When i click continue, it just reloads checkout_shipping, i can manually type in checkout_payment.php in the url and it will go there, but that "continue" button isn't taking me there. I made no changes to this .php file, i'm guessing that echo tep_image_submit( is the link. what does this code link to? HMM okay, so I was wrong. looks like that's not the problem. I tried changing address, and it's working now. So there seems to be a problem with the default address i put in for my test login account. Maybe it's not counting the address as being there?
GraphicsGuy Posted January 21, 2006 Posted January 21, 2006 If you are using a real time shipping quote module then there is a good chance that a bogus address would be rejected and cause it to hold up there until a valid address is entered. Rule #1: Without exception, backup your database and files before making any changes to your files or database. Rule #2: Make sure there are no exceptions to Rule #1.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.