Hello,
I was wondering if any one has an example where they have USPS and FedEx. I would like to give my clients the USPS option if the total weight is under 1 pound. If the total weight is over, then they will only get FedEx.
Thank you in advance.
1. EDIT: catalog/model/shipping/usps.php
2. FIND:
3. AFTER, ADD:
2. FIND:
Code: Select all
$weight = ($weight < 0.1 ? 0.1 : $weight);
Code: Select all
if ($weight > 1) { return array; }
Who is online
Users browsing this forum: No registered users and 1 guest