Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Multiple shipping rates

    v1.39

    I've got approx 10k parts on my site......er...will have that is.

    Shipping cost for the vast majority of the items is going to be based on the cost of the item. All of these have a specific shipping code to indicate that shipping is based on item cost.
    No biggie, I've already set-up a table based on the cost.


    Now it get's interesting.
    The remaining items are unique and have 1 of 9 seperate codes assigned to them. Let's call them Codes A thru I...no need to make it complicated.

    S the shipping cost by code breaks down like thes
    Code A = $200
    Code B = $400
    Code C = $350
    Code D = $45
    Code E = $125
    Code F = $60
    Code G = $30
    Code H = $100
    Code I = $750


    So is there a way (or an add-on) to add these prices to a customers order at checkout. I did look at the add-on's but I couldn't find one that was up to the task.

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

    Default Re: Multiple shipping rates

    You could count how many of those 9 separate codes are in the cart and build the additional charge to your current calculation for shipping ...

    Example:
    Code:
    global $cart;
    $chk_code_a = $_SESSION['cart']->in_cart_check('your_new_field','A') * 200.00;
    $chk_code_b = $_SESSION['cart']->in_cart_check('your_new_field','B') * 400.00;
    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
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Multiple shipping rates

    I have no idea what you just said....but it gave me a headache.

  4. #4
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Multiple shipping rates

    How about this:

    Anyway to add my shipping costs to each product listing using Easy Populate?

    I can add the various costs to my DB easily enough but I don't want to just show a higher price and have to modify every listing to read "Shipping cost already added to the product cost".

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Multiple shipping rates

    What is it that would require $750 for shipping???

    I can get a whole auto delivered for less than that!!
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Multiple shipping rates

    A complete vehicle...less the tires.

    IIRC,
    That would be a for a replacement Jeep tub.

  7. #7
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Multiple shipping rates

    Quote Originally Posted by Serious View Post
    Code A = $200
    Code B = $400
    Code C = $350
    Code D = $45
    Code E = $125
    Code F = $60
    Code G = $30
    Code H = $100
    Code I = $750

    This is just an example, not the actual shipping costs.
    I don't sell anything that has a shipping cost even close to $750.

    Not that that it has anything to do with this thread.

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Multiple shipping rates

    Ajeh provided the code/case test for this
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Multiple shipping rates

    as i ststed previously....looks Greek to me.

    Perhaps he could explain exactly what it is that he posted.

    I'm not a computer guy by trade (obviously!!) so an explanation in layman's terms would help my dumb-###### alot.

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

    Default Re: Multiple shipping rates

    You say you setup a table based on the costs ...

    Is this a new database table or a new field on the products table?
    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!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h multiple country shipping with multiple rates
    By thegoodgift in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 12 Apr 2013, 08:33 AM
  2. Multiple Shipping Rates
    By katlees in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 29 Dec 2011, 06:21 PM
  3. Multiple shipping rates
    By ellbourn in forum General Questions
    Replies: 0
    Last Post: 21 Nov 2009, 11:39 AM
  4. Multiple Shipping Rates
    By need_help in forum Addon Shipping Modules
    Replies: 0
    Last Post: 2 Jul 2009, 10:11 PM
  5. Multiple Shipping Rates
    By KhandiBee in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 Aug 2006, 04:46 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