scarface90 wrote:Thanks, I'm sure that its gonna work perfectly, but the problem is that I'm using the non source platform and folders like Presentation, modules, libraries etc... doesnt exist in my directory. Is there a simple way to add those folders (or upgrade it)
Sure, you can.
- Go to the non source folders of nopCommerce that you deployed.
- And then navigate to the "_CompareProductsButton.cshtml" file.
(in my case, it is: "C:\inetpub\wwwroot\nopCommerce_3.40_NoSource\Views\Product\_CompareProductsButton.cshtml")
- You have 2 options to modify this view:
+ Modify directly this file
+ Create a new overrided view of this in the "DefaultClean" theme folder (I like this way)
1) Copy above "_CompareProductsButton.cshtml" file to the "Themes/DefaultClean/Views/Product" folder.
(in my case, it is: "C:\inetpub\wwwroot\nopCommerce_3.40_NoSource\Themes\DefaultClean\Views\Product")
2) Modify the copied file.