119kings wrote:Dear Sir / Madam
I have just purchased the Nop Ajax Cart, I have succesfully installed on the the deployable file but I was wondering if it was possble to instal within the orignal source code provided by NopCommerce as I will need to make design changes in the css.
Hope this makes sense
Kind regards
Richard
Hi Richard,
We already sent you an email but will write this here, so that the other guys can read it.
When working with the nopCommerce sources, the best way to work with our plugins is to add them in the
Plugins folder of your
Nop.Web project.
Presentation\Nop.Web\PluginsThen you can make all your changes there.
When you are done and ready for deployment you can run
Deploy.bat and simply
copy the
SevenSpikes folders into the deployable Plugins folder.
This is not ideal but it is much simpler than having the sources in the
actual Plugins folder.
As if you add the SevenSpikes plugins into the root Plugins folder where are all other
plugin projects then you will have to make changes in the msbuild to
copy them into the Presentation\Nop.Web\Plugins folder every time you make any changes , which can slow you down. Also you will have to make changes in Deploy.bat to work properly and copy the SevenSpikes plugin folders.
Hope this information is useful!
We will be glad if other plugin users can share any other best practices. We really like to make our plugins really easy to use during development, so any suggestions are welcome and greatly appreciated!
Best Regards