Discounts can be applied to sales that contain certain quantities of particular products. The administrator of an Interchange store decides which products get this discount. The particular price-breaks are in quantities of 2,5,10,25, and 100 units of specified products.
To enable quantity discounts for all customers, the administrator of the store must do three things: edit a file, restart interchange, and make some changes in the Interchange interface.
File Edit
Edit the file /root/var/lib/interchange/foundation/catalog.cfg and change the line that starts with the word CommonAdjust to read the following:
CommonAdjust pricing:q2,q5,q10,q25,q100, :sale_price
Save the file.
Restarting Interchange
This can be accomplished by rebooting the system, or by logging into the system as the "root" user and executing the following command:
service interchange restart
Interface changes
- Access the Interchange administrative interface.
- Edit the item/items for which quantity discounts are to be available.
- In the item edit screen, click the link Pricing
- Put the per-unit cost for each quantity available.
- Click OK.
|