Hi, I set weight based shipping to $0.00 when weight equals 0 in the 48 states. This is to be my "Free Shipping" on some products. How do I hide UPS when weight equals 0 or when Weight Based Shipping is active?
I only offer free shipping on SOME products, not all and not based on price.
My store:
http://www.mohavebattery.com/
Hey philofab,
In catalog / model / shipping / ups.php
Find:
Before Add:
Regards,
Joel.
In catalog / model / shipping / ups.php
Find:
Code: Select all
$method_data = array();
Before Add:
Code: Select all
if ($this->cart->getWeight() <= 0) {
$status = false;
}
Joel.
Who is online
Users browsing this forum: No registered users and 1 guest