|
|
How to Set up "Loyalty Reward points system" function in IMS Voyager V3Administrator has the ability to change number of points ("Points" field) for products, tours, transits, rentals and rooms. You can use "Points" field for product to set-up number of points to add for customer after ordering of this product. "Points" field exists on the following forms in the admin.area:
For example, you have "Port and Chocolate" product with "Points" = 20. If customer buys 2 x "Port and Chocolate", then he receives 40 points. Each point = $ ONE_POINT_COST discount, where ONE_POINT_COST is a constant in the "Edit All Config" section. For example, if ONE_POINT_COST = 0.1, then in this case customer will have discount = $ 40 x 0.1 = $4 for future orders. "Pointing system" can be turned on/off using internal constant ALLOW_POINTS_SYSTEM in the index.php. You can change $ amount for each point in the "Edit All Config" section: "ONE_POINT_COST" constant. For example, ONE_POINT_COST = 0.1 means that user will receive $1 sale for each 10 points. Users/shoppers form in the admin.area contains "Points" field where administrator can view and change number of points for this user. On the front-end customer may see received number of points on the "Account information" page. Received points will be applied automatically. 1. Customer receives number of points according to the order total (i.e. order total = $100 adds 100 points for this customer). 2. On the next payment IMS Voyager adds received points and appropriate discount to the order. For example: 100 points: -$10.00 3. If "points discount">"order total", then system will use only appropriate number of points and other points will stay in the account. Contact webmaster@imscart.com with questions or problems with this set-up.
|