Showing Reward Points Balance in header

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
On 3.9, looking for a way to show the shopper's current reward points balance in a view (HeaderLinks). Could use "workcontext" in earlier versions. Is there a work around in 3.9 without updating the controller or model?
6 years ago
nciJDyer wrote:
On 3.9, looking for a way to show the shopper's current reward points balance in a view (HeaderLinks). Could use "workcontext" in earlier versions. Is there a work around in 3.9 without updating the controller or model?


Yes its possible without customization in nopCommerce c# code. From workcontext you can get current customer then using that you can easily get there reward point balance in view page only. No need to do anything in c# side.

PM me if you need help for same.

Thanks,
Jatin
6 years ago
forefront wrote:
On 3.9, looking for a way to show the shopper's current reward points balance in a view (HeaderLinks). Could use "workcontext" in earlier versions. Is there a work around in 3.9 without updating the controller or model?

Yes its possible without customization in nopCommerce c# code. From workcontext you can get current customer then using that you can easily get there reward point balance in view page only. No need to do anything in c# side.

PM me if you need help for same.

Thanks,
Jatin


Hi Jatin,

Can you please guide me, how to achieve this.

Regards
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.