Hi,
we recently launched a sports ball shop that sells a range of balls, I am trying to build a system where if you buy 1 ball it will cost £10 if you buy 2 balls the cost of one ball goes down to £9 making it £18 for the 2 balls and so on.
does anyone know how this could be done? or if it already can be done in actinic I was thinking maybe some javascript that says if (quantity > 2) { price = 9;}
any ideas would be much appreciated.
we recently launched a sports ball shop that sells a range of balls, I am trying to build a system where if you buy 1 ball it will cost £10 if you buy 2 balls the cost of one ball goes down to £9 making it £18 for the 2 balls and so on.
does anyone know how this could be done? or if it already can be done in actinic I was thinking maybe some javascript that says if (quantity > 2) { price = 9;}
any ideas would be much appreciated.
Comment