maxtors Posted October 22, 2012 Share Posted October 22, 2012 I have the zero weight free shipping contribution and i have modified it and use it for store pickup. I have in the description a large warning that the item is for store pickup only and i also have it in checkout shipping but i guess well alot of people cant read. And still check out. How can disable shipping and payment if there not in NEW YORK for these 0 weight items only? will something like this work? or if someone has a better idea on how to solve this problem. //BEGIN Free Shipping if (($cart->show_weight() == 0) ) { $free_shipping = true; include(DIR_WS_LANGUAGES . $language . '/modules/order_total/ot_shipping.php'); } } elseif ($order->delivery['country_id'] == STORE_COUNTRY && $order->delivery['state'] == "New York"){ $free_shipping = true; } else { $allow_shipping = false; } //END Free Shipping Link to comment Share on other sites More sharing options...
Guest Posted October 22, 2012 Share Posted October 22, 2012 @@maxtors Create zones and use the Store Pickup contribution Chris Link to comment Share on other sites More sharing options...
maxtors Posted October 23, 2012 Author Share Posted October 23, 2012 did not work i also use ups and usps shipping mods i need to flag some products because they are to large to ship and force only store pickup on those items only if there in NY Link to comment Share on other sites More sharing options...
maxtors Posted May 4, 2013 Author Share Posted May 4, 2013 anyone? did not work i also use ups and usps shipping mods i need to flag some products because they are to large to ship and force only store pickup on those items only if there in NY Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.