Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free Shipping With USPS ONLY, Not UPS

    Then you could try this on the USPS shipping module and edit the code for:
    /includes/modules/shipping/usps.php

    Code:
              $cost = preg_replace('/[^0-9.]/', '',  $cost);
    // bof: Ajust shipping amount amd hide First Class on orders > 50.00
              if ($type == 'FIRST CLASS' && $order->info['total'] >= 50.00) {
                // hide First Class
              } else {
              $methods[] = array('id' => $type,
                                 'title' => $title,
                                 'cost' => ($cost * $shipping_num_boxes) + (MODULE_SHIPPING_USPS_HANDLING_METHOD == 'Box' ? MODULE_SHIPPING_USPS_HANDLING * $shipping_num_boxes : MODULE_SHIPPING_USPS_HANDLING) );
    
            }
          }
    // eof: Ajust shipping amount amd hide First Class on orders > 50.00
    
            $this->quotes['methods'] = $methods;
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #12
    Join Date
    May 2007
    Location
    Cincinnati, Ohio
    Posts
    244
    Plugin Contributions
    0

    Default Re: Free Shipping With USPS ONLY, Not UPS

    Thank you very very much for coding that.
    The Zen of cat.

  3. #13
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free Shipping With USPS ONLY, Not UPS

    You are most welcome ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. FREE shipping is USA only:: USPS
    By PinkLeopard in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 26 Dec 2009, 03:55 AM
  2. Free Shipping for ONLY USPS 1st class or Priority Main
    By rubic07 in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 20 Oct 2009, 05:58 PM
  3. COD only for UPS not USPS?
    By reden in forum General Questions
    Replies: 1
    Last Post: 25 Jun 2008, 10:32 PM
  4. UPS shipping along with USPS?
    By salvi in forum Addon Shipping Modules
    Replies: 0
    Last Post: 15 May 2008, 12:23 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR