how to rename nopcommerce plugin name in visual studio 2015

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
I customized nopcommerce Shipping By Weight plugin and i want to rename this plugin to for example Nop.Plugin.MyPlugin.can any body help me to do that?
i try below link but it does not worked
http://stackoverflow.com/questions/211241/how-do-i-rename-a-project-folder-from-within-visual-studio
7 years ago
Have you changed name in description.txt file?

Also make sure you update the Assembly name in project properties.

Right Click on plugin project in visual studio -> Properties -> Rename Assembly name and Default Assembly name.

Hope this helps you.
7 years ago
ajaysolanki wrote:
Have you changed name in description.txt file?

Also make sure you update the Assembly name in project properties.

Right Click on plugin project in visual studio -> Properties -> Rename Assembly name and Default Assembly name.

Hope this helps you.


yes i changed that.now it run without any problem but did not show payment method in shipping method page.it even calculate the rates but did not show in shipping method page.
7 years ago
Go to Admin Panel -> Configurations -> Shipping -> Shipping providers


set your shipping plugin provider name as active.

See here for details:
http://admin-demo.nopcommerce.com/Admin/Shipping/Providers
7 years ago
ajaysolanki wrote:
Go to Admin Panel -> Configurations -> Shipping -> Shipping providers


set your shipping plugin provider name as active.

See here for details:
http://admin-demo.nopcommerce.com/Admin/Shipping/Providers


yesوit works.thank you so mush
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.