Hi to all,
I want to make customer discount system in shopping cart.
What I need is how to implement the discount value in shopping cart so the cutomer will see the rates according their discount?
For example whe have
Customer A with 10 %, Customer B with 20 %, Customer C has no discount......
Administator will update the percentage value (e.g. 10, 12, or none.....) for discount in Customer table field called DISCOUNT.
Now how can I implement this Value in shopping cart with role based login of customer. The customer will see the price after login.
regards
Harsh