Willing to add auction feature.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
I want to develop an auction plugin for Nopcommerce. I have all logic of auction that I need but I don’t know how to implement it. So I have some questions. Maybe answers will help me to achieve what I want.

1)  Where should I make changes in Nop.Core, Nop.Data, Nop.Web, Nop.Services. or a new plagin will be only thing that I should make?
2)  If I should change something in original code can you tell me where to find that code?
3)  Maybe some of you tried to do auctions. Can we unite our forces to make it fast?
9 years ago
Nice idea.
These are articles to begin with:

https://www.nopcommerce.com/documentation.aspx
http://www.bluesphereinc.com/blog/nopcommerce-plugin-development-%E2%80%93-overriding-and-injecting-services
https://www.nopcommerce.com/boards/t/16614/how-customize-services-controllers.aspx
http://www.pronopcommerce.com/overriding-intercepting-nopcommerce-controllers-and-actions

or you can look at the source code of the plugins, i find this one as a good reference point http://nopekomi.codeplex.com/SourceControl/latest
Also new feature for developers will come with the next nopcommerce version 3.50 but that will make the plugin dependent on this version or newer http://nopcommerce.codeplex.com/workitem/12115

Ideally if you want to make the plugin available to all, you should not touch the source code of nopcommerce.
9 years ago
I will not touch Nopcommerce code but I don't know where to start and how to implement all this features I want.

I want Features from Auction:
Custom product listing with many steps.
Product validation from administration.
two types: buy now and bid system.
user Dashboard (with bidding and listing history, watchlist etc.)

How do you think can I implement it with plugin?
8 years ago
Is there a way to make items available to be bidded on?
8 years ago
Seeing how there have been many forum topics about auctions I have just started to create a plugin that will have auction functionality.  If you have specific requirements that you would like to see in the plugin please PM directly.
7 years ago
What's the status of this?
7 years ago
It is on the road map for v3.8
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.