Help with Table Based Shipping
Permalink
I need to correct this unsupported add-on.
If the order contains both shipping items and non-shipping items, the shipping cost is computed on the total order amount rather than just the total of the shipping items.
If the order contains discounted items, shipping cost is computed on the total non-discounted prices.
These errors cause embarrassment at overcharging our customers and extra work to issue refunds.
If the order contains both shipping items and non-shipping items, the shipping cost is computed on the total order amount rather than just the total of the shipping items.
If the order contains discounted items, shipping cost is computed on the total non-discounted prices.
These errors cause embarrassment at overcharging our customers and extra work to issue refunds.
you might want to go read the description onhttp://www.concrete5.org/marketplace/addons/free-shipping-by-produc... to see if it comes closer.
The other way I would deal with this, in Zen Cart and using table rates, is to go with determining shipping by weight and making sure "non shipping items (virtual?)" have a zero weight, then only those items with weight are used to determine where in the table they fall for a shipping cost.
The other way I would deal with this, in Zen Cart and using table rates, is to go with determining shipping by weight and making sure "non shipping items (virtual?)" have a zero weight, then only those items with weight are used to determine where in the table they fall for a shipping cost.
"If the order contains discounted items, shipping cost is computed on the total non-discounted prices." - that definitely sounds like a bug, it should be looking at the sub-total - but I would need to see it in action