Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Combining Shipping and Billing forms


Dustpan

Recommended Posts

Hello,

 

I am trying to combine some of the checkout forms, so there aren't that many pages for the user to have to click through.

 

I was trying to combine the Order_Info.php file (Which contains the users billing information) with the checkout_shipping.php (Which contains the Shipping address and shipping method).

 

I have tried adding the following lines to the Order_Info.php, but neither worked

  require('checkout_shipping.php');
and
 require(DIR_WS_INCLUDES . 'checkout_shipping.php');

 

but neither seem to work. Is there a way to include the contents of the checkout_shipping.php file inside the Order_Info.php, without having to completely rewrite it?

 

Thank you

 

BTW, I am using the Purchase Without Account module, in case these files do not appear in a 'clean' version of osCommerce.

Link to comment
Share on other sites

possibly ?

 

<?php require('checkout_shipping.php'); ?>

 

let me know how you get on as i would be interested in doing this on our site.

Your online success is Paramount.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...