I cant seem to work out how to implement a discount based on the number of products purchased.
I need to implement a per unit discount of 30% for purchases of over 50 of the same item.
i.e. £1 per unit upto 49 units and 70p per unit over 50 units. This needs to be based on each product and not accumlatively.
Is this possible ?
I need to implement a per unit discount of 30% for purchases of over 50 of the same item.
i.e. £1 per unit upto 49 units and 70p per unit over 50 units. This needs to be based on each product and not accumlatively.
Is this possible ?
Comment