How to - Extending nopCommerce v2.0

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
http://blog.csharpwebdeveloper.com/2011/09/27/cheat-sheet-for-effectively-extending-nopcommerce/
http://blog.csharpwebdeveloper.com/2011/09/10/updating-an-existing-entity-in-nopcommerce-2-0/
http://blog.csharpwebdeveloper.com/2011/09/23/nopcommerce-plugin-with-data-access/
http://blog.csharpwebdeveloper.com/category/nopcommerce/


Updated
I've added new links and I'll continue listening for new ideas for nopCommerce 2.x tutorials
12 years ago
can you plz help with the request quote form for 2.0. You can follow this https://www.nopcommerce.com/boards/t/7412/request-quote-form-for-180-and-190.aspx?p=4

lot of people are interested in this request quote form (both types) and everybody is waiting for request quote form for 2.0.
12 years ago
pepper wrote:
can you plz help with the request quote form for 2.0. You can follow this https://www.nopcommerce.com/boards/t/7412/request-quote-form-for-180-and-190.aspx?p=4

lot of people are interested in this request quote form (both types) and everybody is waiting for request quote form for 2.0.


I'll do my best pepper. The scope is very large so I'll make the assumption that readers are familiar with VS2010, MVC3, and nopCommerce.
12 years ago
skyler.severns wrote:


I'm also interested in hearing different topics that people would like an article on. Please keep the ideas to nopCommerce version 2.0. I won't be doing any articles on previous versions.


Does the Admin web support plugins?  If so, how to create an Admin plugin would be a great article.
12 years ago
New York wrote:


I'm also interested in hearing different topics that people would like an article on. Please keep the ideas to nopCommerce version 2.0. I won't be doing any articles on previous versions.

Does the Admin web support plugins?  If so, how to create an Admin plugin would be a great article.


Hey New York,

Yes the admin section supports plugins. It will be the same process either way, but I'll be sure to add some context on how to differentiate between public and admin functionality.
12 years ago
skyler.severns wrote:
http://csharpwebdeveloper.com/updating-exisiting-nopcommerce-2-entity

I'll be adding the following entries over the next few weeks.

-Adding a new entity
-Creating a payment plugin
-Localization
-Installation / re-installation

I'm also interested in hearing different topics that people would like an article on. Please keep the ideas to nopCommerce version 2.0. I won't be doing any articles on previous versions.


Hi, I am really interested in adding a new entity. And the whole process of showing it on a new page.

Thanks.
12 years ago
pepper wrote:
can you plz help with the request quote form for 2.0. You can follow this https://www.nopcommerce.com/boards/t/7412/request-quote-form-for-180-and-190.aspx?p=4

lot of people are interested in this request quote form (both types) and everybody is waiting for request quote form for 2.0.


I've completed a tutorial and the plugin, currently the plugin is pending approval, but it should be available in a day or two. You can write the plugin yourself by following the instructions in the article below.

http://csharpwebdeveloper.com/writing-nopcommerce-2-plugin
12 years ago
HI,

using NopSolutions.NopCommerce.BusinessLogic.Infrastructure;

I am unable to find this namespace or folder in Nopcommerce source version. I try to find in 1.6,1.7,1.8,1.9 version. But unable to find the source code of this Part.


Could you please guide me where i will get the source code of above refrence and which version.

Thanks,
-Ajit
12 years ago
webtech4rindia wrote:
I try to find in 1.6,1.7,1.8,1.9 version. But unable to find the source code of this Part.

This article is about 2.X version. Have a look at this forum topic about 1.X versions
12 years ago
Hi,

Thanks for your replay:

I am not sure about which version of NOPC having that Reference source code.

using NopSolutions.NopCommerce.BusinessLogic.Infrastructure;

So, could you just let me which version i will able to find the Above refrecne?

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