Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Aug 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: USPS Flat Rate not an option

    Quote Originally Posted by Ajeh View Post
    The variable $usps_shipping_weight is not defined at that point ...

    Add above your IF statement:
    Code:
    global $shipping_weight;
    Then, change all of the $usps_shipping_weight to $shipping_weight ... see if that works better for you ...
    Instead of bringing in the global variable, you could use:

    $this->pounds

    in your conditionals instead.

  2. #12
    Join Date
    Jan 2011
    Location
    Atlanta, GA The A-Town Down
    Posts
    23
    Plugin Contributions
    0

    help question Re: USPS Flat Rate not an option

    I want to enable USPS Priority Flat Rate Shipping for some items (Domestic only for now).
    I went to /includes/modules/shipping/usps.php. It is 15 pages!

    !. What line do I put it in?
    2. Is this the correct php language?

    global $shipping_weight;
    //PRIORITY MAIL OPTIONS
    if ($key == 'PRIORITY'){
    $this->container = ''; // Blank, Flate Rate Envelope, or Flat Rate Box // Sm Flat Rate Box, Md Flat Rate Box and Lg Flat Rate Box

    }
    //PRIORITY MAIL OPTIONS
    if ($key == 'PRIORITY')
    {
    if ($usps_shipping_weight < 5)
    {
    $this->container = 'Sm Flat Rate Box';
    }
    else if ($usps_shipping_weight < 10)
    {
    $this->container = 'Md Flat Rate Box';
    }
    else
    {
    $this->container = 'Lg Flat Rate Box';
    }
    }
    HipDock.com -This is my first site. Version 1.3.9h. LightBox Add-On March 2011. Thanks for your patience and help!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. USPS Flat Rate Option
    By Page in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 29 Mar 2011, 01:59 PM
  2. USPS Flat Rate Boxes
    By noderaser in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 6 Sep 2010, 09:25 PM
  3. Help flat rate shipping option not displayed for customer
    By spidercreations in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 27 Oct 2009, 03:08 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