Raffles in NopCommerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hii All,

I have a requirement for including raffles on our NopCommerce store.

Scope is as below

1) Admin will create raffle for a product and he select validity of the raffle, cost of the raffle and how many people can purchase the raffle. e.g As a admin I created raffle for Iphone Six and it has validity of 2 days. If phone cost is 200$ admin can define each raffle coupon value as 20$ and so only 10 people can buy the raffle.

2) After the given time raffle gets over and system chooses a winner among the raffle buyers.

Please advice if anyone has come across a plugin like this.

Thank you.
7 years ago
[email protected] wrote:
Hii All,

I have a requirement for including raffles on our NopCommerce store.

Scope is as below

1) Admin will create raffle for a product and he select validity of the raffle, cost of the raffle and how many people can purchase the raffle. e.g As a admin I created raffle for Iphone Six and it has validity of 2 days. If phone cost is 200$ admin can define each raffle coupon value as 20$ and so only 10 people can buy the raffle.

2) After the given time raffle gets over and system chooses a winner among the raffle buyers.

Please advice if anyone has come across a plugin like this.

Thank you.

I don't think this has been discussed here but my suggestions are:
1) Create your raffle products as a regular products with an availability date range (start and en dates) and with a product specification Raffle= In Process and stock= your number of coupons.
2) Some ideas: Code a task that will run every X minutes and select all orders for products with specification Raffle= In Process and expired Availability end date. Then product by product make the corresponding raffle random draw, select the winner order and change the product specification to Raffle= Concluded, etc.
I hope it is of any help
7 years ago
(I don't know what the rules are in your country, but in both the United States and Canada, all types of raffles (lotteries) are considered to be gambling. They are regulated per state laws.  You should check your laws before calling it a "raffle" ;)
7 years ago
Thank you for the idea Tecnofin.


Thank You New York for the suggestion  I will check about the legal terms.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.