Hello i need to have an option that, if selected, increases the price of all the order by a certain percentage.
example
base price: 100 euro
option 1: +3 euro
total: 103 euro
option: delivery time
if 1 gg => +50% of the order price = 154 euro
if 3 gg => +30% of the order price = 134 euro
How can i configure ocart? do i need an extension?
Thank you;
Yes, i bought it and installed it. This extensions allows to configure a % based on the base price of an item, not on the total cost.
It does this:
What i need is something that does this:
Yes, i bought it and installed it. This extensions allows to configure a % based on the base price of an item, not on the total cost.
It does this:
Code: Select all
Base price: 1 euro
Option 1: +2 euro
Quantity: 100
Delivery: 1gg (+50%)
Total = 100 * (1*150% + 2) = 350 euro
Code: Select all
Base price: 1 euro
Option 1: +2 euro
Quantity: 100
Delivery: 1gg (+50%)
Total = 100 * (1+ 2) * 150% = 450 euro
Who is online
Users browsing this forum: No registered users and 20 guests