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.
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.
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!
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.
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.
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.
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!