pdesignz wrote:Hello, I am not familiar with MVC and in the past I have been using Nopcommerce 1.9 as that was the last version that used web forms. Someone in the nopcommerce forums suggested that I use the latest 2.65 version as it was a better version and had more features and that the customization would be easy. What I am want to have is a graphic to the left of the carousel section. In the past I could have added a div with a graphic and floated this left, but I am not sure how to do this in MVC.
Thanks
Hi pdesignz,
We have been using nopCommerce since version 1.5 and we must say that the new nopCommerce 2.x versions are much much easier to work with. Especially if you want to make customization. It is quite simple as you need to open the view where you want to make your changes and just do them. No need of recompiling the code you can see the changes immediately. For example if you want to change something on the Home page you can edit the Razor view:
Themes\YourThemeName\Views\Home\Index.cshtml file.
The Razor syntax is a mix of Html + C# code, which makes it understandable from front-end developer and C# developers at the same time.
Simply add your <div> element and that's all.
Best Regards,
Nop-Templates Support Team