Posted by itserich on July 30, 2012 at 10:01am
I am setting a Maximum Shipping Rate for use with the Commerce module.
Currently, I assign each item a weight using the Physical field and this tutorial: http://vimeo.com/33838479
I want to set a maximum of 10, so if the total weight exceeds 10, 10 is used instead.
Attached is the Rule Component used to gather the total weight of all the ordered items.
Should another Rule Component be created, and then run as an action in the Shipping Calculation, to test whether the total weight exceeds 10, and then setting it to 10?
Thank you for any ideas.
| Attachment | Size |
|---|---|
| Rule Component Shipping Cost Calculation.png | 52.59 KB |
Comments
Hi
I need to set a max cost for collissimo shipping method, you're experience is very interesting !
did you find a solution for this?
What I need is :
var1 = get shipping cost from collisimo service
var2 = total order with VAT
var3 = 30/100*var2
if var1>var3 shipping cost = var3
Regards,
maximum shipping total shipping cost
I need the same thing but a bit different. I want to have maximum shipping by the total cost of the shipping.
e.g. if the total shipping cost reached 10 it shouldn't add more shipping to it.
Thanks,