Dustpan Posted March 17, 2004 Share Posted March 17, 2004 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 More sharing options...
♥yesudo Posted March 17, 2004 Share Posted March 17, 2004 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 More sharing options...
Dustpan Posted March 17, 2004 Author Share Posted March 17, 2004 Nope I tried that too..(depending on if it was not inside an existing php tag) Link to comment Share on other sites More sharing options...
Dustpan Posted March 19, 2004 Author Share Posted March 19, 2004 bump. Anyone? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.