Install and Uninstall not working

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hi,
I am trying to create my first plugin using nopcommerce 4.3, I am facing alot of trouble especially when I want to install and uninstall the plugin. Also I would like to modify a view that is already existing in admin section for example the products. Can anyone help out with any reference, documentation for nopcommerce is very brief.
3 years ago
Installing and uninstalling plugins  seems to be an issue  in 4.3 version.
3 years ago
Please be more specific.  Error messages?  DB tables or Settings not getting removed?
3 years ago
the whole plugin doesn't install and uninstall(it occurs to me that there is an issue with the version) I used the example for data access (table doesn't create and plugin if installed it gets stuck in installation state and viceversa)
3 years ago
manouti1 wrote:
Hi,
Can anyone help out with any reference, documentation for nopcommerce is very brief.



Error logs should be there if you plugin is not installed. Please share your error logs.

However, you can find template of 4.30 here

https://github.com/nopSolutions/nopCommerce-plugin-template-VS

and for the documentation
https://docs.nopcommerce.com/en/developer/plugins/index.html

But your issue will be solved by the what error is coming....

Thank you.
3 years ago
I found that sometimes a breakpoint set in the Plugin Install and Uninstall do not get hit
Cleaning / rebuilding the whole solution sometimes works

If you can get the debugger to be friendly one thing with Table install is to check the status of the _migrationManager.BuildTable call as I found there was a SQL Permission issue which was not getting logged
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.