Hi,
On certain products my client wants to allow the customer to pay just a 50% deposit at the point of order ( as products can be a few thousand pounds in price).
Now I achieved this using a price modifier option as
discussed here
However when a product has other price modifier options at an absolute price, this modifier is not halved in the total price.
For example :
Product X
Base Price - ё1000
Option 1 - +ё200
Deposit Option - -50%
Xcart calculates the total for the above as ё700
(1000 * 0.5)+200 = 700
However In this example I need the total to be ё600
(1000 + 200) *0.5 = 600
Does anybody know how I can achieve this?