Close

Profile: Support

Avatar

User posts

11 years ago

Topic for general discussion regarding the Nop Playground Responsive Theme.

11 years ago

dkl73 wrote:
I want to change the button to buy the items on the page in the category, button details.


Hi DKL73,

Have you made any modification to the theme. If not by enabling the "Enable Nop Ajax Cart On Pages With Product Boxes:" and "Enable Ajax Cart On Grouped Product On Pages With Product Boxes" setting under the Administration -> Nop Ajax Cart -> Settings and more precisely under the 'Ajax Cart Availability Settings' section, the buy now button will allow you to add your products to the basket.

Hope that helps! If the issue still occurs can you please send an email to our support email with link to your site, so that we can have a look at it.

11 years ago

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!

11 years ago

jemmylu wrote:
Except the error in the log, I don't find anything wrong so far.


Hi jemmylu,

Thank you for your feedback.

We will investigate it further and let you know once we find the problem.

Thanks!

11 years ago

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!

Image Sizes
11 years ago

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!

Bugs
11 years ago

MattyLB wrote:
Product Ribbons all show centered - no matter the Position chosen - on both Small & Big product pictures.


Hi Matt,

Thank you fro your observations. We will fix it asap and will let you know!

Thanks again!

Bugs
11 years ago

Hi Shawn,

I tested this scenario and the logo goes smaller and smaller on smaller devices. So there should be anything else that prevents the logo to go smaller.

If you can send an email to our support with admin credentials and url of your site, we will be able to investigate what is going wrong and fix it.

Looking forward to your reply!

Bugs
11 years ago

MattyLB wrote:
alternative payment method (paypal, google, etc) button does not show below the checkout button on any of the views. :)


Hi Matt,

The alternative payment methods are displayed below the cross sells by default in nopCommerce. We will change this and will let you know once is done.

Thanks!

11 years ago

Hi Matt,

Thank you for your suggestion. It is really a good idea. The only issue I see is that on catalog pages(category, manufacturer) there is no wishlist button present, so we will need to add it as well. It is not a matter of styling it similar to the add to cart button. The design will have to change, because the price is shown near the add to cart button, so adding a wishlist button instead will change the design.

We will consider implementing this functionality for adding a wishlist button on catalog pages.

Thank you for your suggestion!