krnl Posted May 11, 2009 Posted May 11, 2009 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.