reward point

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Dear developers

how can create a payment method based on rewards point?
6 years ago
There is already functionality for reward point in nopCommerce.

Also Earned reward point you can use at payment time.
6 years ago
oortaj wrote:
Dear developers

how can create a payment method based on rewards point?


Hello!

How it should work? Do you want to create a new feature? I don't know if you are familiar with the reward points system in nopCommerce. You can activate it in Admin panel -> Configuration -> Settings -> Reward Points. As you can see on the screen below, you can define, how it should work in your store:


This page is described in documentation here.

Best,
Patryk
6 years ago
Can reward points be earned by paying by money order or EFT? If yes, how is it used?
6 years ago
ok4135 wrote:
Can reward points be earned by paying by money order or EFT? If yes, how is it used?


Reward points are added to customers account after completed order.

Best,
Patryk
6 years ago
Thanks for response, but as I said I want to use as a payment method.

(I know how to enable the rewards points and the usage)

reward point in nopCommerce is a feature like option, its not a payment method! (if you disable all payment methods you cant see the check box of reward point in checkout!)

I want to use reward points like a wallet

I think there is a 2 option:

1. write a new payment method based on reward point(I don't know how)
2. make reward point checkbox visible when non of payment methods are active.(programmatically, I don't know how!)

I try to make some change in PaymentMethod.cshtml but it didn't work.
6 years ago
rajupaladiya wrote:
There is already functionality for reward point in nopCommerce.

Also Earned reward point you can use at payment time.


Reward point in nopCommerce is an option not a method!
6 years ago
nop4you wrote:
Dear developers

how can create a payment method based on rewards point?

Hello!

How it should work? Do you want to create a new feature? I don't know if you are familiar with the reward points system in nopCommerce. You can activate it in Admin panel -> Configuration -> Settings -> Reward Points. As you can see on the screen below, you can define, how it should work in your store:


This page is described in documentation here.

Best,
Patryk


Thanks,
But I want use it when non of payment methods are active,
You shown the way of activing the reward point!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.