Extend the Admin Interface in NopCommerce 4.2

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 года назад
What if you wanted to create a plugin that extends, for example, the editing page of the product entity? I have written a blog post where I give you a step by step guide on how to add a new tab to the product editing page:

https://www.viu.ch/blog/2020/nopcommerce-extend-admin-interface.html

This is the first article I have ever written about nopCommerce. Please tell me what you think and leave a comment.

Cheers.
4 года назад
You did a good job, this will help to the community !!
Keep it up !!
4 года назад
Awesome Post.  Do you have the source code available that we can download and play with?
4 года назад
Thank you!

Yes, I have uploaded the code here:

https://gitlab.com/rolfisler/nopcommerce-product-extension
3 года назад
I am currently upgrading the plugin as mentioned in this thread and have used your plugin as a guide to extend the product page with an extra section to configure the product to be a precious metal or not. Your guide really helped me, thank you for that. I do have one remaining issue though, in your plugin an extra form is opened to add any value and inside this form, you post to your controller to capture the model and save it. In my case, I need to capture the regular save of a product and capture changes to my model. I'm banging my head on how to do that, any ideas ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.