Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2007
    Posts
    241
    Plugin Contributions
    0

    help question Shipping - Different Flat Rate Freight Cost For Each Item

    I am looking for a way to add shipping charges to a purchase, as follows:

    A flat rate to ship each item to the whole of one area ONLY...

    ...With a different flat rate for each item, determined by weight.

    (Cannot have one flat rate shipping fee, as large items with significantly different weights makes this impossible.)



    ZC 3.8A

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

    Default Re: Shipping - Different Flat Rate Freight Cost For Each Item

    If I buy 1 Product ... then later I buy 2 of the same Product ... is the shipping doubled?

    If so, you might look into the Per Unit perweightunit shipping module that allows you to set the Shipping Cost as the products_weight on a per Product basis ...

    So if you set the Product Weight to 1.25 then:
    1 x 1.25 = $1.25
    2 x 1.25 = $2.50
    3 x 1.25 = $3.75

    and this will follow for all Products in the order ...
    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
    Oct 2007
    Posts
    241
    Plugin Contributions
    0

    Default Re: Shipping - Different Flat Rate Freight Cost For Each Item

    Quote Originally Posted by Ajeh View Post
    If I buy 1 Product ... then later I buy 2 of the same Product ... is the shipping doubled?

    If so, you might look into the Per Unit perweightunit shipping module that allows you to set the Shipping Cost as the products_weight on a per Product basis ...

    So if you set the Product Weight to 1.25 then:
    1 x 1.25 = $1.25
    2 x 1.25 = $2.50
    3 x 1.25 = $3.75

    and this will follow for all Products in the order ...
    Thank you for the reply. I checked, and the freight shipper charges based on size, as well as weight.

    So, I suppose what I need is a way to set each item's shipping charges individually.

    In the example that you provided above, did you mean that every item's shipping fees can be set to a different price with that module, in this manner: An item with a shipping fee of $3.75, again referring to the above example, would be entered, using that module, as "3", if I set the product weight default to $1.25?

    I am not sure if what you describe is what I'm looking for. I hope that the additional information clarifies what I meant if my original post was not clear.

    Donn

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

    Default Re: Shipping - Different Flat Rate Freight Cost For Each Item

    Let's say you want the following:

    Product A ships for $3.75 ... set the Product Weight to 3.75 ...

    Product B ships for $2.25 ... set the Product Weight to 2.25 ...

    Product C ships for $1.00 ... set the Product Weight to 1.00 ...

    Order 1 of Product A, 1 of Product B and 10 of Product C:

    Shipping is:
    Product A 1 x 3.75 = $3.75
    Product B 1 x 2.25 = $2.25
    Product C 10 x 1.00 = $10.00

    Total Shipping is $16.00 if the Unit Rate is set to 1.00 on the 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!

  5. #5
    Join Date
    Oct 2007
    Posts
    241
    Plugin Contributions
    0

    Default Re: Shipping - Different Flat Rate Freight Cost For Each Item

    Quote Originally Posted by Ajeh View Post
    Let's say you want the following:

    Product A ships for $3.75 ... set the Product Weight to 3.75 ...

    Product B ships for $2.25 ... set the Product Weight to 2.25 ...

    Product C ships for $1.00 ... set the Product Weight to 1.00 ...

    Order 1 of Product A, 1 of Product B and 10 of Product C:

    Shipping is:
    Product A 1 x 3.75 = $3.75
    Product B 1 x 2.25 = $2.25
    Product C 10 x 1.00 = $10.00

    Total Shipping is $16.00 if the Unit Rate is set to 1.00 on the Per Unit perweightunit shipping module ...
    Thank you for helping.

    I was looking in add-on mods, and didn't realize that the add-on is included standard with zencart. lol

    I tried setting up the module you wrote about, but I am running into one issue: I need the same shipping rate for ALL of the continental US, and if possible, another flat rate for all of Canada.

    (I would be OK with just ONE such shipping option. If I can only get the US, then I can live with that)

    It seems that I was using incorrect terminology in my post above...'zone' seems to refer to state or province ONLY....but I need the 'zone' to be a whole bunch of smaller zones.

    I tried entering multiple zone codes at the entry blank for the multi-state zone that I'm trying to create with the perunit shipping module, but it truncates my list and saves only a few states, and further, I don't even know if it will work with more than one zone defined for an entry...

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

    Default Re: Shipping - Different Flat Rate Freight Cost For Each Item

    You create the Zones in the Locations / Taxes ... Zone Definitions ...

    Here you can build what you want each of the Zones to be ...

    If you had 3 clones of Per Unit perweightunit shipping module then you could make 3 Zones, one for each clone where each one had its own rate ...
    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
    Oct 2007
    Posts
    241
    Plugin Contributions
    0

    Default Re: Shipping - Different Flat Rate Freight Cost For Each Item

    Quote Originally Posted by Ajeh View Post
    You create the Zones in the Locations / Taxes ... Zone Definitions ...

    Here you can build what you want each of the Zones to be ...

    If you had 3 clones of Per Unit perweightunit shipping module then you could make 3 Zones, one for each clone where each one had its own rate ...
    Thanks, Ajeh....

    I set up the additional zones...

    So far, so good....

    But how do I 'clone' the Per Unit perweightunit shipping module?

    ( I tried simply copying the perweightunit.php file up to the include/modules/shipping/ directory with slightly modified names, but it didn't work.)

    Donn
    Last edited by Donn; 1 May 2009 at 01:37 AM. Reason: More info...

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

    Default Re: Shipping - Different Flat Rate Freight Cost For Each Item

    Do a search on:
    clone flat

    and this will show you the methods used to clone a shipping module ...

    See if that doesn't get you on the right track ...
    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. v151 Flat Rate Shipping per Item for Motor Freight
    By Jeffg23 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 Aug 2014, 07:09 PM
  2. how to have flat rate shipping options seperate for each item???
    By skyman2345 in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 17 Feb 2010, 10:55 PM
  3. Flat rate for 1 item and more for each additional item
    By spookyghost in forum General Questions
    Replies: 4
    Last Post: 29 Dec 2009, 08:56 PM
  4. Different shipping price for each product, and flat rate for groups of products
    By zenner27534 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 2 Jun 2009, 06:29 PM
  5. Flat rate with price for each item
    By mobo in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 8 Jun 2007, 06:54 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