Project

General

Profile

Feature #9710

Updated by Yalavarthi Thriveni 26 days ago

Customers earn This function configures how to calculate reward points whenever they complete a successful purchase or service payment. 

 The system automatically calculates eligible reward points after invoice completion according to configurable earning rules. 

 The earning calculation may depend on: 

 Total invoice value 
 Eligible product categories 
 Service types 
 Customer membership level 
 Promotional campaigns 
 Tax inclusion/exclusion 
 Payment method 

 Reward points are credited only after successful payment. 

 *Business Flow* 
 Customer Purchase 
         │ 
 Invoice Generated 
         │ 
 Payment Completed 
         │ 
 System Validates Eligibility 
         │ 
 Calculate Reward Points 
         │ 
 Credit Reward Wallet 
         │ 
 Update Customer Balance 
         │ 
 Create Reward Ledger Entry 

 *Retail POS Example* 
 Customer purchases 
 Plants = $80 
 Fertilizers = $40 
 Total = $120 

 Business Rule 
 1 Point = Every $10 spent 

 Customer earns 
 120 / 10 = 12 Points 
 Points are automatically credited after payment. 

 *Retail E-commerce Example* 
 Customer orders online 
 Rose Plants 
 Gardening Tools 
 Delivery 
 Total Order: $250 
 After successful online payment 
 Customer automatically receives 25 Reward Points / either based on e-commerce cart subtotal, total amount (with includes tax), without discount, without tax , give options to admin to be configured at one time per module earn points login will calculate Reward Points . 

 *Landscaping Example* 
 Customer pays 
 Landscape Installation 
 Invoice: $4,800 
 Company Rule 
 1 Point How much amount could be equal to a single point to be configure per $50 
 Customer receives 
 96 Reward Points after invoice payment. module & what is the minimum order to be earned single point per module

Back