I noticed that shipping costs get calculated on the total of the cart, including possible previously calculated shipping costs. That way you will get a wrong value in lot's of cases.
Easy fix! Change in the controller on line 72
[code]
$totalPrice …
The current version doesn't support a cart which contains only non shippable items. It just iterates all products in the cart, but it should iterate products which require shipping.
2 simple fixes in controller.php
First check if shipping is require…
Attempting to add a free shipping discount results in this error:
[code]
Warning: Invalid argument supplied for foreach() in packages/core_commerce/models/shipping/method.php on line 19
[/code]
when using V 2.0.8 of core commerce. This is because…
Is there any way to adjust the Table-Based shipping type so that it is directed at a non-numeric field of the shipping address like "province_state"? I tried to create a custom shipping type based on this that would match shipping values to a specific pr…
I have just installed the table shipping add-on and it is VERY useful, thanks. Is there an easy way to use this to have multiple shipping types? eg. Standard Shipping, 2nd Day, Next Day etc.
Even if you could just point me in the right direction, I'm h…
Filter Posts
Post
Please note, these are public forums for individuals who use this add-on to collaborate. You can ask the developers a direct pre-sales question or open a private support request from the Table-Based Shipping page.
Sign In?
You must have a user account and be signed to perform this action.