Hi again! in rich blog img (home / blogpost) maybe we should have option to add alt / title for them?
Hi, maybe it's possible to add in admin feature to show (or not) 5 mostly searched words?
How this should work:
1. We click on search, and before we write something "window" is open like in normal instant search... with 5 mostly popular search in our shop?
I see in Admin Panel we have that information, so maybe it's be easy to add.
Hi! maybe it's possible to add in ribbon field with "custom class" like in Anywhere sliders?
To earlier post. We add it to: _ProductVariantOverview in NopAjaxCartCatalog
Hi, we actual change theme to pacific... and when Client miss information from ribbon... not see after Add to cart information "product is out of stock".
Maybe it's possible to add on this pop up window also information about availability? I found something old
@await Html.PartialAsync("_Availability", Model)
@{
if (Model.DisplayBackInStockSubscription)
{
<script type="text/javascript">
$(document).ready(function () {
$("#back-in[email protected]").on('click', function() {
displayPopupContentFromUrl('@Url.RouteUrl("BackInStockSubscribePopup", new { productId = Model.Id })', '@T("BackInStockSubscriptions.NotifyMeWhenAvailable")');
// Close the Quick View window.
var kwindow = $(".quickViewWindow").data("kendoWindow");
if (kwindow != undefined && kwindow.content() !== "") {
kwindow.close();
}
});
});
</script>
}
}
Hi maybe it's possible to add this feature:
1. Problem: we have lots of reviews our variant product (visible only in grouped products)... Unfortunately it's not showing in Quick Tab of grouped product... Maybe it's possible to enhanced functionality and add all reviews from "variants" to grouped products (maybe with name of variant there)?
Hi i just looking on https://art-pacific.nop-templates.com/print and have one sugestion.
Now Ajax filter price we can set only by "slide"... below we see value 300 $ but can't click there and write max / min price.
Maybe it's possible to make change and not only slide, but also give possibility to write max / min price via keybord. Sometimes (on mobile) it's easier than slide to the correct price range.
Hi! we have problem with random situation, when w ROPC see monit like: " sorry something wrong please contact with administrator".
I tried to find this string and translate it, but without success. Where can i find this error?
Hi! we want add ribbon "Only for 18" in all categories exclude categories where almost all products are +18.
We have now set: Conditions: Products > Product Type > Specifications > Equal > +18 Is this possible, to exclude this ribbon from categories where 100% products are +18?