Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Jan 2008
    Posts
    144
    Plugin Contributions
    0

    Default Re: USPS shipping module...trying to restrict shipping options programmatically

    Quote Originally Posted by lat9 View Post
    Thanks for the clarification! You can use the following code in that auto-loaded observer:
    Code:
                case 'NOTIFY_USPS_UPDATE_OR_DISALLOW_TYPE':
                    // -----
                    // Disallow "Ground Advantage" if there are no products with a tax_class_id of 4
                    // in the cart.
                    //
                    if (stripos($p1, 'USPS Ground Advantage') !== false) {
                        if ($_SESSION['cart']->in_cart_check('products_tax_class_id', '4') == 0) {
                            $p2 = false;
                        }
                    }
                    break;
    Worked like a charm--thank you!

  2. #12
    Join Date
    Jan 2008
    Posts
    144
    Plugin Contributions
    0

    Default Re: USPS shipping module...trying to restrict shipping options programmatically

    @lat9--sorry, quick follow up question. Is there an easy way to change the display name of the shipping service? Right now it shows up as USPS Ground Advantage. Because of how I have my shipping options set up/combined, I'd like for it to just say Ground Advantage. I believe the module is pulling this info direct from USPS and didn't see a language file unless I missed one? Thanks again!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v155 Restrict USPS shipping options by product dimensions
    By HeleneWallis in forum Addon Shipping Modules
    Replies: 12
    Last Post: 29 Feb 2020, 03:30 AM
  2. v151 USPS shipping module - no shipping options being displayed
    By TooMuchMUsic in forum Addon Shipping Modules
    Replies: 4
    Last Post: 26 Sep 2015, 04:00 PM
  3. v151 Restrict Specific Items from 1st Class Shipping - USPS Module
    By jstevens in forum Addon Shipping Modules
    Replies: 5
    Last Post: 22 Jun 2014, 03:03 AM
  4. Replies: 16
    Last Post: 31 May 2012, 07:08 PM
  5. Replies: 2
    Last Post: 1 Jul 2009, 11:30 PM

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