Hi!
I would like to get some ideas on how to implement the following requirements:
- Products could be sold with or without insurance
- The insurance cost is of 12% of product cost
On the quote, they would like to have a checkbox indicating if the customer would like to have insurance or not.
The total insurance cost should be added to the Total Amount if the checkbox is checked.
Any ideas on how to to this?
Should I go for reusing a field in the built in calculation, like freight amount field, and iterate products and totals in javascript, or are threre other smarter ways of achiving this?
Thanks for any help!
Larsi