Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2006
    Posts
    13
    Plugin Contributions
    0

    Default Itemized Shipping using UPS module

    Is it possible to display separate UPS rates for each product in a shopping cart. For instance, the "checkout_shipping" page may display the following for 2 products with a combined weight of 100lbs.:

    Code:
    United Parcel Service----------(2x50lbs.)--------
    3-day Select              $90.00
    Ground                     $45.00
    I would like for this page to display something along the lines of:
    Code:
    Item #1
    Weight: 20lbs.
    United Parcel Service------------
    3-day Select               $20.00
    Ground                      $8.00
    
    Item #2
    Weight: 80lbs.
    United Parcel Service------------
    3-day Select              $60.00
    Ground                     $35.00
    Is there a way to make this happen? I'm pretty well versed in PHP programming so ANY suggestions would be helpful.

  2. #2
    Join Date
    Apr 2006
    Posts
    13
    Plugin Contributions
    0

    help question Itemized Shipping using UPS module

    Is there a way to show itemized shipping on the checkout shipping page? I would like for each product in the shopping cart to have UPS charges based on their individual weight and not on the total weight of the order.

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

    Default Re: Is It Possible...

    Do you know how much more that will be per order?

    Perhaps it will pay for the customization to make that happen ...
    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!

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Is It Possible...

    The entire shipping class infrastructure is based on one aggregated quote, rather than individual item quotes.

    If you wish to adapt it, you'll need to rework the shipping class and the shipping-module class (ie: UPS as you suggested) to request and display quotes on a per-line-item basis, pass them back to the cart, and formulate the display as desired.
    Then you need to make sure it quotes, retains, and re-displays the same quotation information on the shopping-cart, shipping-estimator, payment, and confirmation pages, which will require rewriting templates for those too.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Apr 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: Is It Possible...

    Quote Originally Posted by Ajeh View Post
    Do you know how much more that will be per order?

    Perhaps it will pay for the customization to make that happen ...
    Items in the store range from 3lbs. to 200lbs. A UPS quote of let's say a 200 lb. order broken into 4 50lb. packages won't come close to the actual cost of shipping a 175 lb item and a 25lb item separately.

    In addition, I would like for my customers to have a choice of, per se, UPS Ground for their larger packages and UPS Next Day for their smaller packages.

    I've seen something like this at Clubflyers.com.

    But to answer your question, the difference per order would be significant.

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

    Default Re: Itemized Shipping using UPS module

    I can see where that can be a problem ...

    It makes it hard to break the boxes with those large constraints ...

    Again ... it can be done but you don't want to go overboard on the pricing either ...

    Saying the largest you ship is 5lbs would make the 200lb item thought to be 40 boxes and if you have the tare setup then that goes rather high ...

    You may, however, be able to utilize that tare charge using percentage vs weight ... as an alternative to re-writting the shipping module ...

    But you would have to experiment with that and see does it offset things better or not on shipping ...

    Or, there could be added an additional field to the products table for these heavier items to apply an extra charge that can be added to the shipping so that normal shipping rates are used + handling + tare + extra to come up with a better pricing method ...
    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!

  7. #7
    Join Date
    Apr 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: Is It Possible...

    Quote Originally Posted by DrByte View Post
    The entire shipping class infrastructure is based on one aggregated quote, rather than individual item quotes.

    If you wish to adapt it, you'll need to rework the shipping class and the shipping-module class (ie: UPS as you suggested) to request and display quotes on a per-line-item basis, pass them back to the cart, and formulate the display as desired.
    Then you need to make sure it quotes, retains, and re-displays the same quotation information on the shopping-cart, shipping-estimator, payment, and confirmation pages, which will require rewriting templates for those too.
    I've been attempting to compile all of the checkout pages and figure out how the shipping weights are being added > then passed to the UPS module > shipping options are displayed > option price is sent to payment checkout. It's extremely difficult, I know, but given a starting point I can figure something out.

 

 

Similar Threads

  1. v151 UPS Shipping module - Tweak to show UPS Freight LTL
    By pexter in forum Addon Shipping Modules
    Replies: 0
    Last Post: 13 Jun 2013, 09:37 PM
  2. Replies: 6
    Last Post: 28 Feb 2009, 06:12 AM
  3. UPS Shipping Module - UPS Pickup Method
    By inovermyhead in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 4 Jun 2008, 01:49 PM
  4. Using UPS shipping module from Puerto Rico
    By gonze1 in forum General Questions
    Replies: 11
    Last Post: 6 Jul 2007, 02:25 PM
  5. Shipping Itemized
    By rxalex in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 15 Jan 2007, 05:29 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