Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I remove the shipping module all togther


sina

Recommended Posts

Posted

In admin - Modules -> Shipping

 

Disable as required (all in your case)

Posted

thanks for the note.

 

I have done that already but it just stays on the Delivery Information and when I click continue it does not go anywhere.

 

 

thanks

Posted

Make sure it is disable in admin/order total to and that there is no order total # beside

 

Regards

  • 3 weeks later...
Posted

ok i try this simple method, it's a no go still stick in the Delivery Information page, this should be simple, perhaps it is not, i just want to kill the whole Delivery Information page since what i'm using it for is a hosting site.

Posted

How about crafting a "Online Delivery" Shipping module and marking the fee as *zero*? ... I guess this should help all online service people.

 

I haven't worked it hands on, yet I think it shouldn't be impossible.

  • 1 month later...
Posted

Just wondering if anyone has come up with a viable solution yet. We need to streamline the order process and bypass the shipping all together as there is no shipping involved with our shop. I checked the closed bug report as mentioned however was unable to see a solution.

 

Thanks!

Posted

Hey folks -- after looking at checkout_shipping.php I found a sort of cheesy way to bypass the shipping page, I added this line:

 

// Send Directly Payment Page

tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'));

 

Then it goes directly to the payment page. :)

Archived

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

×
×
  • Create New...