Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Continue button on checkout_shipping.php doesn't...


rpineger

Recommended Posts

osCommerce 2.2-MS2, PHP 5.2.4 (Zend: 2.2.0), Apache/1.3.39 (Unix)

 

Hi all, I'm not sure what or how to ask about this so I'm trying to understand how it

should work - if you could help me with that I'd be most obliged.

 

Basically, the continue button on the checkout_shipping page simply reloads the page

and doesn't move to the next stage. The problem _might_ be that the 'Shipping Method'

box is not populating correctly and therefore I can't select any options.

 

Concerning the shipping modules: Initially, we enabled the Shipping > Flat Rate

and Order Total > Shipping modules and nothing showed. When I then enable

the Shipping > Per Item module though, the Free Shipping For Orders Over £75.00

derived from the Order Total > Shipping module is displayed but no other options

are. If you can solve that for me I would be grateful.

 

However, I don't understand how the continue button is supposed to work anyway - it

doesn't seem to link anywhere and only displays an image. The PHP is like this:

 

<td class="main" align="right">

<?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?>

</td>

 

Which generates HTML like this:

 

<td class="main" align="right">

<input src="includes/languages/english/images/buttons/button_continue.gif"

alt="Continue"

title=" Continue "

border="0"

type="image">

</td>

 

So, where is the code that jumps to the next step in the checkout process? Where is the

'action' attribute?

 

Thanks in advance for all your help,

 

Warmest regards,

Richard

Link to comment
Share on other sites

Please help. I'm totally stuck and have spent a long time looking at this...

I think you have to get some shipping options working.

Link to comment
Share on other sites

not sure if you found this yet or not. I had the same problem, so I'll answer.

 

go to includes/filenames.php. look at checkout_payment and see if you have checkout_shipping listed as well. I think this is from adding FEC or anything else trying to minimize the steps. I tried it and removed it once, so that was my problem. Good luck.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...