Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    112
    Plugin Contributions
    1

    Default Re: Fed Ex Shipping with Free and paid express

    did you make it? fishchew

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

    Default Re: Fed Ex Shipping with Free and paid express

    Did I make what ...
    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!]
    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!

  3. #3
    Join Date
    Apr 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Fed Ex Shipping with Free and paid express

    From the ups module:
    $this->enabled = ((MODULE_SHIPPING_UPS_STATUS == 'True') ? true : false);

    From the fedex modules:
    $this->enabled = ((MODULE_SHIPPING_FEDEX_EXPRESS_STATUS == 'True') ? true : false);

    and:
    $this->enabled = ((MODULE_SHIPPING_FEDEX_GROUND_STATUS == 'True') ? true : false);


    This seems fairly analogous to me. I'm not really certain where to go from here.

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

    Default Re: Fed Ex Shipping with Free and paid express

    In the UPS module do you see the code:
    Code:
        // disable only when entire cart is free shipping
        if (zen_get_shipping_enabled($this->code)) {
          $this->enabled = ((MODULE_SHIPPING_UPS_STATUS == 'True') ? true : false);
        }
    
    Is there similar code in the FedEd module?

    That function is testing whether or not the shipping is Free based on the settings of the Product ...

    I don't believe the FedEx shipping modules have that code in there ...
    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!]
    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!

  5. #5
    Join Date
    Apr 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Fed Ex Shipping with Free and paid express

    Ahh, I didn't realize that the test was doing that. No, that code doesn't exist but should be an easy enough addition. Thanks for the pointer.

    -swf

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

    Default Re: Fed Ex Shipping with Free and paid express

    You are most welcome ... let us know how that works for you ...
    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!]
    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!

 

 

Similar Threads

  1. v152 FREE Shipping WITH Other Paid Express Shipping Options?
    By sle39lvr in forum Built-in Shipping and Payment Modules
    Replies: 18
    Last Post: 9 Aug 2014, 06:51 PM
  2. v139h Using Free and Paid Shipping
    By UGOL in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 10 Feb 2012, 04:38 PM
  3. Help on site with Free shipping and Paid International shipping
    By ruriimasu in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 2 Sep 2009, 08:21 AM
  4. Strange Shipping with free and paid shipping products on same order
    By elvisanderson in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 22 Jul 2006, 10:36 PM

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