Close

Profile: Support

Avatar

User posts

10 years ago

Hi Matt,

Have you made any modifications to the category template. Can you please double check that the selectors for the orderby dropdown in the administration of the plugin is correct.

You can try re-installing the plugin, because if you have updated it recently without reinstalling, this may cause the error.

Looking forward to your reply!

10 years ago

Hi CHEERFULCALF,

The Nop Quick Tabs are integrated through the "productdetails_before_collateral" widget zone. So you can move the call @Html.Widget("productdetails_before_collateral") on the place you want to show the quick tabs.

Hope that helps!

Bugs
10 years ago

MattyLB wrote:
Product images are larger than image holder (shoes appear cut off) on tablet portrait mode. Works fine on landscape. Example... http://themes.motion.nop-templates.com/adidas-nitrocharge-shoe


Hi Matt,

Thank you for your feedback!

This has already been fixed and now uploaded on the demo!

Thanks again!

10 years ago

MattyLB wrote:
Can you please add small screen (tablet, smartphone) support in cloud zoom to replace NopCommerce's default behavior of opening gallery images in a new browser page? From a customer viewpoint, I should never be taken away from a page I'm considering buying from. Thanks guys and GREAT WORK on all the responsive themes!


Hi Matt,

I agree with you, but this is the default behavior of the nopCommerce product zoom. If it is disabled the image will not be clickable and thus the user will not be navigated away. We have already started investigating different image zoom libraries which work well on mobile devices.

Thanks again for your suggestion!

10 years ago

doyoubake wrote:
Hi - Thanks

You can take a look at my site at : http://shop.smartbrandz.com - its in my test site for now until I move it over to production end of week. If you can let me know how to fix it, I would appreciate it.

Thanks



Hi doyoubake,

Actually you can rate the product reviews, it is just the styling that does not make you think you can click on it. Can you please add the following to your Themes/Jewelry/Content/css/styles.css file:

.product-review-helpfulness .vote {
  color: #b68c65;
}

.product-review-helpfulness .vote:hover {
  cursor: pointer;
  text-decoration: underline;
}

In order to display the rating result just add the following css styles as well to your styles.css file

.product-review-box {
   float: right;
   margin: 3px 0 0;
}

.product-review-box .rating {
   width: 55px;
   height: 12px;
   background: url('../img/rating1.gif') repeat-x;
}

.product-review-box .rating div {
   height: 12px;
   background: url('../img/rating2.gif') repeat-x;
}

You should copy these two images below and save them to your Themes/Jewelry/Content/img folder.

http://themes.jewelry.nop-templates.com/Themes/Jewelry/Content/img/rating2.gif
http://themes.jewelry.nop-templates.com/Themes/Jewelry/Content/img/rating1.gif

Hope that helps!

Bugs
10 years ago

ron.richardson wrote:
I'm finding an issue with the multi-store functionality with a new widget I created.  I created a simple sidebar image to act like an ad, and want it only on one of my stores, not both.  I edited the SupportedWidgetZones.xml file and uncommented the right_side_column_after widget zone and updated my widget to be placed in that zone.

In the Stores tab, I checked the limited to stores option and chose the 1 store I wanted it to show up in.  The widget correctly displays the item in the right sidebar, but it shows up on both stores.  There are no other conditions set on the widget.

I am only running the trial version, however. Not sure if this is a limitation to the trial or not.


Hi Ron,

Thank you for reporting this issue. It had been fixed and uploaded on our site. You can download the plugin again and replace the existing plugin with the new downloaded one.

Please let us know if the issue still exists!

Best Regards!

10 years ago

cheerfulcalf wrote:
Hi again.

I've added JCarousel to right_side_column_after. But it doesn't appear there (I want it to be right below filters).... Could anyone help?
My site is here http://www.manoroletai.lt/vienspalviai


Hi cheerfulcalf,

Can you try with the left_side_column_before widget zone. We are aware of such an issue and will be fixed soon.

Thanks for your feedback!

10 years ago

doyoubake wrote:
Hi :

I have enabled the reviews and ratings but the following doesn't show:

The stars / rating for the product. I have a few reviews entered for a product and the ratings do not show.

Also - I can't click the 'was this review helpful' option for any of the reviews.

How do I make both features work?

Using 2.65 v


Hi doyoubake,

Would it be possible to send us a link to your store so that we can have a look and let you know how to fix this.
Can you try editing your Themes/Jewelry/Views/Catalog/ProductTemplate.SingleVariant.cshtml and
Themes/Jewelry/Views/Catalog/ProductTemplate.VariantsInGrid.cshtml files as shown below:

@if (!quickTabsIntegrated)
                    {

                        <!--product reviews-->
                        @Html.Action("ProductReviewOverview", "Catalog", new { productId = Model.Id })
                    }

Remove the lines in bold. By design when you have the Nop Quick Tabs enabled the default ratings are hidden so that there is no logic duplication, but you can enable them as shown above and add some styling if necessary.

Hope that helps!

10 years ago

Hi CSM-G,

Can you make sure that you are trying to install the mail chimp plugin for nopCommece version 3.2. You can have a look at your administration -> system -> log and see the actual error occurred.

Also make sure that you are uploading the compiled version of the plugin. If I recall correctly the plugin should have a Misc.Mailchimp folder that should be uploaded. Can you please double check that the folder you upload does not contain .cs files for example.

Hope that helps!

Bugs
10 years ago

Topic for reporting any Nop Smart Responsive Theme problems.