twistedfreak Posted April 8, 2005 Share Posted April 8, 2005 I would like to alter osCommerce to bypass the checkout_shipping.php I tried to alter the following line in /includes/filenames.php define('FILENAME_CHECKOUT_SHIPPING', 'checkout_shipping.php'); to: define('FILENAME_CHECKOUT_SHIPPING', 'checkout_payment.php'); and this seemed to work, however on returning to the site after a purchase a error is produces and I am unable to find out why. I am making a online wedding list for myself and therefore I have no need for shipping as I won't be sending out the goods to anyone. It just gives my friend the opportunity to buy stuff for me online. Please help, I can't find any information on this query as it is not something that most people require their osCommerce site to do. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Guest Posted April 9, 2005 Share Posted April 9, 2005 In your admin > modules > shipping, turn off (remove) all installed shipping mods wazu Quote Link to comment Share on other sites More sharing options...
twistedfreak Posted April 9, 2005 Author Share Posted April 9, 2005 Hi - thanks for your reply, No Shipping modules are on at the moment but it still shows the Delivery Information screen (checkout_shipping.php) when going through the steps to purchase, I would like to bypass this screen totally if it is possible. Any ideas? Quote Link to comment Share on other sites More sharing options...
♥toyicebear Posted April 9, 2005 Share Posted April 9, 2005 Zero weight skips shipping page Quote Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here] Link to comment Share on other sites More sharing options...
Jack_mcs Posted April 9, 2005 Share Posted April 9, 2005 In includes/classes/shopping_cart.php, find the function get_content_type() and replace the code inside that function with return $this->content_type = 'virtual'; Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.