Hi,
Unfortunately there is not such an option or setting. It shows the original image. There is a media setting in nopCommerce which can control the max image that can be uploaded in nopCommerce. I am afraid if it hadn't been set that you will need to upload the big images for the product again.
Hope that helps!
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Playground Theme for nopCommerce.
Topic for reporting any Nop Playground Responsive Theme problems.
Topic for general discussion regarding the Nop Playground Responsive Theme.
Hi DOMENICO.NERI,
You need to edit the Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Views/MegaMenu/MegaMenu.cshtml view. After that you can restart the application from the administration to see the changes.
As all of our plugins are themable if you have your own theme, say named "My_Theme_Name" you can override the default views of the Mega Menu by creating a folder in the Themes folder as shown below:
Copy the Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Views/MegaMenu/MegaMenu.cshtml file to
Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/My_Theme_Name/Views/MegaMenu/MegaMenu.cshtml. Thus when in the future you upgrade your nopCommerce to newer version you will have your own changes separated from the plugin and easily can be merged in the new version.
Please also make sure that you have copied the web.config file from Themes/DefaultClean/Views/ to the Themes/My_Theme_Name/Views folder as it is needed by the MVC.
Hope that helps!
Hi JEMMYLU,
I see that this error is produced by a search engine bot. Have you noticed an error being thrown while browsing your store or you just see the error in the log.
We will further investigate this issue for our next release.
Looking forward to your reply!
Hi Shawn,
Please have a look at the size which we use for our demo and think are optimal for the theme:
- category images - width:height = 3:2 on our demo 450px:300px
- product images - square - on our demo 500px:500px
- home page sliders - on our demo 1280px:248px
Hope that helps!