Hi, we actual found error on our order completed page in:
<script id=instantSearchItemTemplate type=text/x-kendo-template>
<div class="instant-search-item" data-url="${ data.CustomProperties.Url }">
<a class="iOS-temp" href="${ data.CustomProperties.Url }">
<div class="img-block">
<img src="${ data.DefaultPictureModel.ImageUrl }" alt="${ data.Name }" title="${ data.Name }" style="border: none">
</div>
<div class="detail">
<div class="title">${ data.Name }</div>
Thanks! I will try!
I see when we change .product-page-layout-one .product-essential
change width = 100%;
And .product-page-grids.side-grids also 100%. All is mostly fine, but for some reason there is always only 2 products per line and i don't understand which mechanism depends that :/
Maybe you can give us some tip? ;) i know there is class with "child" n:th or some like this.
I see your new demo have that:
https://pioneer.nop-templates.com/giant-anthem-advanced-pro-29
Related products after descriptions.
Hi,
we want to change Desktop view, and move "right column" with related / bought also etc. And place below descriptions.
I probably know how to do it, but... i don't know how to show for products per line, not 2 like it is now. Maybe someone know how to change it?
I don't need full descriptions, but don't understand what determinated how many products is in line? I need change class item boxes? or how make it? Maybe someone can help?
Best wished!
Hi few requests.
1. Give new column on sale list. If we have 3 x title "SALE" we don't know which is which one.
2. "Title" should have option to add there link... in our case category with sales (like black sale).
Up. We want exclude out of stock products from results...
Hi! i think data source should have some update.
Data source: bestsellers - here we should show only products on stock. Now we have situation whre first 4 products are out of stock O_O
NEW DATA SOURCE proposition: bestsellers from category.
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.