Close

Bugs

Support
8 years ago
#9126 Quote
Avatar
  • Moderator
  • 1044
Topic for reporting any Nop Native Responsive Theme problems.
[email protected]
8 years ago
#11778 Quote
Avatar
  • 1
Anywhere Sliders
We experience that when adding more than one image to an anywhere slider on the homepage, it will appear on the left side, instead of centered.
Would it be an idea to add a wrapper and put the slider inside the wrapper?

Anywhere sliders
The manufacturer and products sliders has some feature bug on cellular phone (at least Chrome on Samsung). When tapping the phone / scrolling on the page, the slider will also react. If the slider is in the screen, it will try to "Scroll To" the top of the slider. We have two sliders after each other, causing the interaction on cellphone to look buggy and "gappy". PLease see www.mimmis.no for example.

You have the same error on the themese.native.nop-templates page. When you scroll to the manufacturer slider and you are nearby the slider it will try to set a point.


Maybe a bug; Product Ribbon Discount
If product has a specialprice, price and oldprice, discount is not correct.
When no "discount" (as a discount added) there will be no discount showed.


We do also experience a lot of trouble when traffic is high. Our website has 50k visitors pr month, but when a few hundred visitors come at same time everything stops.


[email protected]
7 years ago
#12294 Quote
Avatar
  • 37
You may have fixed this already in later builds, but in 3.7.209.18969 your link to the google fonts in _Root.Head.cshtml is using http.  You need to use https or some browsers throw a "HTTPS security is comprimised" message when accessing secure pages.
hristian.dimov
7 years ago
#12299 Quote
Avatar
  • Moderator
  • 386
[email protected] wrote:
You may have fixed this already in later builds, but in 3.7.209.18969 your link to the google fonts in _Root.Head.cshtml is using http.  You need to use https or some browsers throw a "HTTPS security is comprimised" message when accessing secure pages.


Hi,

Yes, it is fixed in the 19141 revision - Monday, February 1, 2016.
Regards,
Hristian Dimov
Nop-Templates.com
kwestground
7 years ago
#12769 Quote
Avatar
  • 5
Id is missing in StockAvailability span resulting in no update when using Attribute combinations.


Presentation/Nop.Web/Themes/Native/Views/Product/_SKU_Man_GTIN_Ven.cshtml:25

@if (!String.IsNullOrWhiteSpace(Model.StockAvailability))
{
     <div class="stock">
-        <span class="label">@T("Products.Availability"): </span><span class="value">@Model.StockAvailability</span>
+        <span class="label">@T("Products.Availability"): </span><span class="value" id="stock-availability-value[email protected]">@Model.StockAvailability</span>
     </div>
}
Stefan
7 years ago
#12772 Quote
Avatar
  • Moderator
  • 157
kwestground wrote:
Id is missing in StockAvailability span resulting in no update when using Attribute combinations.


Presentation/Nop.Web/Themes/Native/Views/Product/_SKU_Man_GTIN_Ven.cshtml:25

@if (!String.IsNullOrWhiteSpace(Model.StockAvailability))
{
     <div class="stock">
-        <span class="label">@T("Products.Availability"): </span><span class="value">@Model.StockAvailability</span>
+        <span class="label">@T("Products.Availability"): </span><span class="value" id="stock-availability-value[email protected]">@Model.StockAvailability</span>
     </div>
}


Hi,

Thank you very much for the feedback. The id is indeed missing. We will double check for other missing ids and will fix it a.s.a.p.

Thanks again.
Best Regards,

Stefan Hristov
Nop-Templates.com