Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ground shipping only


krnl

Recommended Posts

Posted

Hi,

 

I have added a field to the 'order' class $order->info['GROUND_ONLY'] to be set only when an oversized product is added to the cart.

 

It works great and I am able to add a shipping surcharge on the order this way, but during checkout, customers still have all normal shipping options available to them. I would like to make it so that only UPS Ground is available if GROUND_ONLY is set in the order.

 

I've looked into .../includes/classes/shipping.php and can't determine how to offer only the UPS Ground module/method. I guess I need to hard-code a value from my database in order to make this work (non-optimal, of course).

 

Does anyone have an idea how I can move forward with this?

Archived

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

×
×
  • Create New...