Project Description:
Hi,
I use Magento v.1.6 with Paypal Web Payment Standard as the only payment method and Magento integrated UPS shipping as the only shipping method. We only ship domestically within US using UPS Ground.
I would like to add a mandatory insurance charge based on subtotal value. For example:
a. Subtotal $0-$100, Insurance is FREE
b. Subtotal above $100 to $200, Insurance = 0.75% x $200
c. Subtotal above $200 to $300, Insurance = 0.75% x $300
d. and so on.
I would like the insurance module to be implemented on admin panel as well, so it can be configured via Magento admin panel.