Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Nov 2008
    Posts
    93
    Plugin Contributions
    0

    help question Different Shipping Costs by Category & Zone

    I have searched but am not finding the answer to this question.
    I am running Zen Cart 1.3.8a, Database Patch Level: 1.3.8

    I would like to create shipping based on the category and then by zone.

    For example:
    Category A has a flat rate shipping of $12 to USA
    Canada Shipping is $20
    Contact me for International Shipping

    Category B has a flat rate shipping of $15 to USA
    Canada Shipping is $25
    Contact me for International Shipping

    Etc...

    How would I go about setting this up the easiest way?

    I'm not sure about if someone puts in a product from each category. I might assume the higher shipping would rank? Or would they be combined?

    I tried doing this from THIS THREAD but it doesn't offer what I need.

    TIA for anyone that can help!
    xoxo

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Different Shipping Costs by Category & Zone

    Conor Kerr (CEON on this forum) has a commercially available Advanced Shipper module that addresses practically every shipping variable one can think of.


    see www.dev.ceon.net

    (I have no commercial interest in ceon.net and do not endorse their software. I provide this information purely for you to evaluate the offers at ceon.net)
    20 years a Zencart User

  3. #3
    Join Date
    Nov 2008
    Posts
    93
    Plugin Contributions
    0

    Default Re: Different Shipping Costs by Category & Zone

    Thank you for that information. $77 is not what I want to spend right now if I don't have to. It does look like a GREAT program.

    I'd like to just do a workaround or code. Thanks!!!

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Different Shipping Costs by Category & Zone

    One way to look at things is to apply a reasonable value to your time...

    Let's say $20 is not unreasonable...

    Given that it took Conor (a highly skilled coder) more than 100 hours of solid work to build that mod, HIS time (at that modest rate) is over $2000...

    Assuming that you are only half as skilled as Conor, the arithmetic suggests you'd take more than 200 hours to code the same functions - or a cost of more than $4000...

    QED.
    20 years a Zencart User

  5. #5
    Join Date
    Nov 2008
    Posts
    93
    Plugin Contributions
    0

    Default Re: Different Shipping Costs by Category & Zone

    Please don't get me wrong. I am not saying it's not worth the money and time he's put into it. I'm just saying I don't have it to spend right now. That's all ;) Which is why I'm trying to do this myself ;)

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

    Default Re: Different Shipping Costs by Category & Zone

    Without a lot of customization, this is not something that can be easily done ...

    If you had the shipping prices between zones that were proportional for each Category, you could adapt something easier ...

    How many different Categories are you using?

    Do you use Linked Products?

    You could count how many products are in each Category and then build a rate for the results and add them together ...

    But again, you are looking at a lot of code ...
    Code:
    global $cart;
    $chk_category_12 = $_SESSION['cart']->in_cart_check('master_categories_id','12');
    would give you how many are in the cart from Category 12 where the categories_id 12 is the master_categories_id 12 for the product ...
    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!

  7. #7
    Join Date
    Nov 2008
    Posts
    93
    Plugin Contributions
    0

    Default Re: Different Shipping Costs by Category & Zone

    Quote Originally Posted by Ajeh View Post
    Without a lot of customization, this is not something that can be easily done ...

    If you had the shipping prices between zones that were proportional for each Category, you could adapt something easier ...

    How many different Categories are you using?

    Do you use Linked Products?

    You could count how many products are in each Category and then build a rate for the results and add them together ...

    But again, you are looking at a lot of code ...
    Code:
    global $cart;
    $chk_category_12 = $_SESSION['cart']->in_cart_check('master_categories_id','12');
    would give you how many are in the cart from Category 12 where the categories_id 12 is the master_categories_id 12 for the product ...
    -Here is the breakdown from the client:
    I have a flat shipping rate of $12 on all childrens costumes with wings within the USA - $20 for canada and a contact me for international shipping rate quotes.

    For adult costumes the flat rate is $15 USA, $25 Canada and contact me for international quotes.

    for leotards the USA rate is $4, For Canada it is $6

    For Wings it is $12 USA and $15 Canada.

    -I do not use linked products

    TIA for your help!!

  8. #8
    Join Date
    Nov 2008
    Posts
    93
    Plugin Contributions
    0

    Default Re: Different Shipping Costs by Category & Zone

    I broke down and purchased the advanced shipper. I look forward to using it, but tonight it confused me. LOL Going to tackle it after a strong cuppa joe in the mornin ;)

  9. #9
    Join Date
    Feb 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Different Shipping Costs by Category & Zone

    Hi,

    I am using the Shipping Module: Zone Rates and I am categorizing by weight. The problem is that if a customer buys an item weighing say 5lbs, during Step 1 of 3 (delivery info) the total weight appears to be 8lbs and not 5lbs. Does anyone know how I can remove this extra 3lbs weight?

    I am using zencart v1.3.9g

    p.s. this extra 3lbs weight is added to every package and Not for every item.

    thanks

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

    Default Re: Different Shipping Costs by Category & Zone

    Please peek at the Configuration ... Shipping/Packaging ...

    You have a Tare Rate of 3 lbs being added to the order ... change the Tare Rates to 0:0 so that this is not being done ...
    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 1 of 2 12 LastLast

Similar Threads

  1. Shipping module help regarding different zone costs
    By newbie_girl in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 27 Nov 2014, 12:49 AM
  2. How Would i Set up Different Shipping Costs for Different Products?
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 8 Apr 2010, 05:09 PM
  3. Different shipping costs per zones AND category?
    By Peter_G in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Mar 2010, 09:39 PM
  4. Set up this Shipping costs for E.U & Worldwide & Combined Shipping?
    By hcd888 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 25 Oct 2009, 03:12 AM
  5. Different shipping costs for different items.
    By mtbadfish in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 11 Aug 2008, 05:51 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