Percentage discount applied to shipping cost
-
I need to apply a percentage discount to an specific shipping method. This means I want to pay __% of the shipping costs if the buyer choses that method. The discount is applied over the shipping costs, and not the cart.
i.e.
Shipping Method A – full costs, as is
Shipping Method B – 15% discount over shipping costsIt doesn’t neeed to show the original and actual costs, just need to make the math behind the scenes so method B can be more affordable. The store is actually paying the difference.
Is it possible to implemnt this feature?
- The topic ‘Percentage discount applied to shipping cost’ is closed to new replies.