Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Jul 2010
    Posts
    72
    Plugin Contributions
    0

    Default shipping batteries

    Hi there,
    I have read a few places that there is a per-unit module and it is setup by entering the price per unit in the weight area.
    I have multiple items that will require GROUND only shipping.

    Here is the best and most clearest example of what I am looking to do:

    -a customer wants to buy three items from my store. two of these items are normal items and one is a battery which will require ground shipping.

    I want to be able to make it that I get paid to put the battery in a parcel post ground shipment and also get the proper fund for the other two items. I will denote this in the item description for the battery that it will come separately and also incur its own shipping costs as well....

    Any suggestions on how to do this?

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

    Default Re: shipping batteries

    What denotes the Product is a battery (HazMat) product?

    And what shipping module are you trying to do this with?
    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
    Jul 2010
    Posts
    72
    Plugin Contributions
    0

    Default Re: shipping batteries

    The postal service asks if it is a battery. If it is, they do not allow priority mail and only parcel ground service.
    I am only using the USPS January 24 2014 shipping module.

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

    Default Re: shipping batteries

    NOTE: there is a new release for March 7, 2014 just put out last night ...

    You should subscribe to the News & Announcement forum.

    How are you identifying these Products that are batteries?

    Are you trying to use the USPS Standard Post for when these Products are in the cart?

    Or are you trying to manage them differently?
    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
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: shipping batteries

    What internal feature distinguishes it as needing special handling in your store setup? Are all batteries in one or more separate categories? This is so we have something to test in code to trigger the special handling.

    Like Ajeh said :)

  6. #6
    Join Date
    Jul 2010
    Posts
    72
    Plugin Contributions
    0

    Default Re: shipping batteries

    Im going to subscribe to that news and announcements forum right now.

    Maybe I am lost when you ask "how are you identifying these products that are batteries?" because I just post them as another product that I am selling and they are listed as batteries.

    I don't have anything setup that would distinguish it from any other product...I wouldn't know where to start on that.

    I would like to use standard post (I believe it is parcel --but I might be incorrect on what USPS calls it)..basically whatever is ground service only...as they are restricted from being airmailed.

    I wouldn't know any other way to manage them. I am assuming that this would be the best way about going about this. Maybe it would be better that if that item is selected it automatically forces the entire order to go ground service...but I thought that it also would be better to split the order and have the battery go ground and the rest go priority. I am not too sure the flexibility of this. Please advise. Sorry for the noobish questions..
    Thanks very much for your help.

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

    Default Re: shipping batteries

    The issue are:

    1 How to identify the Product that is a battery

    2 What to do when the cart holds batteries and other products


    You have 1 Product that is a battery today ... might you get other products that are batteries?

    USPS, at this time, when the quotes are setup for forcing Standard Post for Hazmat shipping disables the other shipping methods. This is good and bad as if you have 1 battery in the box, doesn't the whole box of Products need to then be shipped as Standard Post?

    I am working on a possible "better" fix for folks with HazMat Products to get more accurate quotes with USPS but most of this is for few people and so far, each have more custom needs for their sites ...

    There isn't a real one fix suites them all ...

    Now if you want to force the whole order to be Standard Post, which allows the Hazmat, products, there is a way to do this with more limited customizations than trying to get a quote for the battery and a separate quote for the rest of the cart and combine those charges somehow into a single quote ...

    It is just this one battery Product? Or are you planning on more products that require Standard Post (HazMat)?

    Are you planning to ship the Battery in the same box as the other Products in the order? Or will you *always* make a separate box just for the battery and a separate box(es) for the rest of the Product(s) 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!

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: shipping batteries

    How many different battery products do you ultimately expect to have? Just a few, or dozens, hundreds...?
    If just a few, you could test based on the products_id for special handling. For many, that method becomes a maintenance headache to keep the code in step with the product line.

  9. #9
    Join Date
    Jul 2010
    Posts
    72
    Plugin Contributions
    0

    Default Re: shipping batteries

    Quote Originally Posted by Ajeh View Post
    You have 1 Product that is a battery today ... might you get other products that are batteries?
    No, just this one item...We don't see things changing for at least 6 months and even then it might never change from just the one battery.

    Quote Originally Posted by Ajeh View Post
    USPS, at this time, when the quotes are setup for forcing Standard Post for Hazmat shipping disables the other shipping methods. This is good and bad as if you have 1 battery in the box, doesn't the whole box of Products need to then be shipped as Standard Post?

    Agreed, I think it would be best that when a customer adds the battery to the cart that the entire package go standard post.


    Quote Originally Posted by Ajeh View Post
    Now if you want to force the whole order to be Standard Post, which allows the Hazmat, products, there is a way to do this with more limited customizations than trying to get a quote for the battery and a separate quote for the rest of the cart and combine those charges somehow into a single quote ...
    Okay, I agree. Any instructions on how to do this?

    Quote Originally Posted by Ajeh View Post
    It is just this one battery Product? Or are you planning on more products that require Standard Post (HazMat)?
    Just one

    Quote Originally Posted by Ajeh View Post
    Are you planning to ship the Battery in the same box as the other Products in the order? Or will you *always* make a separate box just for the battery and a separate box(es) for the rest of the Product(s) in the order?
    I think I will see if the customer wants to have the rest of the items shipped via priority mail. If so, then I will explain to them that the reason why it doesn't show up as the shipping method would be that they are also ordering a battery as well. I just need to get it to do that where it forces standard post...

  10. #10
    Join Date
    Jul 2010
    Posts
    72
    Plugin Contributions
    0

    Default Re: shipping batteries

    Quote Originally Posted by gjh42 View Post
    How many different battery products do you ultimately expect to have? Just a few, or dozens, hundreds...?
    If just a few, you could test based on the products_id for special handling. For many, that method becomes a maintenance headache to keep the code in step with the product line.
    I guess just one at the moment.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Force shipping - If zc cant calculate shipping, it doesnt charge for shipping
    By Laidlawgifts in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 13 Apr 2014, 09:11 PM
  2. Replies: 22
    Last Post: 26 Jul 2012, 11:35 PM
  3. Add batteries to shopping cart
    By NoobGal in forum General Questions
    Replies: 4
    Last Post: 9 Dec 2010, 08:26 PM
  4. Free shipping PLUS best way shipping = free shipping?
    By digidiva-kathy in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 9 Jul 2008, 06:30 AM
  5. Replies: 9
    Last Post: 13 Dec 2007, 04:45 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