Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2012
    Posts
    20
    Plugin Contributions
    0

    Default how to set a Max shipping fee?

    Hi
    I want to set a maximum shipping fee of £8.
    I have the individual items/weight to calculate the shipping costs and they add up just fine,
    But for example someone buy 10 items all costing £1 each to ship=£10

    I want it to stay at £8 as I would send by courier and they could order as much as they wanted and pay no more.

    For smaller orders (under £8 shipping no change)

    Many thanks

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

    Default Re: how to set a Max shipping fee?

    You could customize the Item Rate item shipping module with:
    Code:
          $this->quotes = array('id' => $this->code,
                                'module' => MODULE_SHIPPING_ITEM_TEXT_TITLE,
                                'methods' => array(array('id' => $this->code,
                                                         'title' => MODULE_SHIPPING_ITEM_TEXT_WAY,
                                                         'cost' => ((MODULE_SHIPPING_ITEM_COST * $item_total_count) > 8.00 ? 8.00 : (MODULE_SHIPPING_ITEM_COST * $item_total_count)) + MODULE_SHIPPING_ITEM_HANDLING )));
    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!

  3. #3
    Join Date
    Mar 2012
    Posts
    20
    Plugin Contributions
    0

    Default Re: how to set a Max shipping fee?

    Hi
    Many thanks for your reply,
    I think i explained it wrong, i am using perweightunit.

    Does this make a difference.

    Thanks

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

    Default Re: how to set a Max shipping fee?

    Then you could customize the code to work with Per Unit perweightunit shipping module ...
    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!

 

 

Similar Threads

  1. How do I set up a separate handling fee for certain items?
    By flipperry in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 9 Aug 2009, 04:58 PM
  2. Desperate ::How to ship AU& NZ one fee and rest of the world another shipping fee
    By oavs in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 16 Nov 2008, 02:48 PM
  3. How to set handling fee only without shipping cost
    By smykey in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 18 Jul 2008, 06:22 PM
  4. How to Set Max Shipping Cost
    By davidhwalker in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 19 Jun 2007, 05:59 PM
  5. Set minimum shipping fee
    By mattys in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 5 Jan 2007, 11:03 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