Skip to Content
Menu
This question has been flagged
2 Replies
1936 Views

Currently using Odoo 9 EnterpriseCurrently using 

I am trying to build a solution that charges shipping fees of 5% for all physical products, but does not charge shipping for services or digital products that within the same order.

I have spent the last day trying all manor of options to facilitate this, but have been unsuccessful so far - has anyone else had to do this, and if so can you guide me in the right direction.

Currently using Odoo 9 Enterprise

Avatar
Discard

Create delivery method with option based on rules and in it define rule like apply if product weight >= 0...

Author Best Answer

I have tried to create the rules, however, it works perfectly OK with one rule for: if volume >= 0.99 then 0.05 times price (which I have set for the shipping cost of a tangible product) - then I set a second rule based on volume set for: if weight >= 0.0 then fixed price 0.0 and 0.0 times weight Extra and it only accepts the first rule and ignores the second rule. Maybe I have my rules incorrect? Or maybe you can not have multiple rules.

I have tried to create the rules, however, it works perfectly OK with one rule for: if volume >= 0.99 then 0.05 times price (which I have set for the shipping cost of a tangible product) - then I set a second rule based on volume set for: if weight >= 0.0 then fixed price 0.0 and 0.0 times weight Extra and it only accepts the first rule and ignores the second rule.


From what I have seen, the shipping rules are based on the basket total, so it assumes whichever rule is the best fit - this unfortunately would not work when there an order mixed with tangible and digital/ services combined.


Is there a way to exclude services and digital products from the shipping calculations with a single order?




Avatar
Discard
Related Posts Replies Views Activity
1
Oct 24
754
0
Sep 23
496
0
Sep 23
450
2
Feb 23
9251
6
Oct 23
19264