G
ggaborFeb 8, 2018
I'm using your shop-combination-filter.html template to create my affiliate offers page.
I have every JavaScript file added to my page what you also have on your demo pages.
However, the ordering by price features don't work for my page.
I'm using this sidebar code:
<!-- Sidebar
============================================= -->
<div class="sidebar nobottommargin">
<div class="sidebar-widgets-wrap">
<div class="widget widget-filter-links clearfix">
<h4>Select Category</h4>
<ul class="custom-filter" data-container="#shop" data-active-class="active-filter">
<li class="widget-filter-reset active-filter"><a href="#" data-filter="*">Clear</a></li>
<li><a href="#" data-filter=".sf-non-fiction">Non-fiction</a></li>
<li><a href="#" data-filter=".sf-fiction">Fiction</a></li>
</ul>
</div>
<div class="widget widget-filter-links clearfix">
<h4>Sort By</h4>
<ul class="shop-sorting">
<li class="widget-filter-reset active-filter"><a href="#" data-sort-by="original-order">Clear</a></li>
<li><a href="#" data-sort-by="name">Name</a></li>
<li><a href="#" data-sort-by="price_lh">Price: Low to High</a></li>
<li><a href="#" data-sort-by="price_hl">Price: High to Low</a></li>
</ul>
</div>
</div>
</div><!-- .sidebar end -->As you may notice, this "Sort By" section is an exact copy of your demo code, which works perfectly on the template I've downloaded after purchase.
This is an item the feature is supposed to be able to sort by price:
<div class="product sf-non-fiction clearfix">
<div class="product-image">
<a href="https://www.amazon.com/Wrong-Kind-Muslim-Persecution-Perseverance-ebook/dp/B00D7YU56K" target="blank"><img src="https://images-na.ssl-images-amazon.com/images/I/51P%2B-Hi7%2BvL.jpg" alt="The Wrong Kind of Muslim: An Untold Story of Persecution & Perseverance"></a>
<div class="sale-flash">75% Off</div>
<div class="product-overlay">
<a href="https://www.amazon.com/Wrong-Kind-Muslim-Persecution-Perseverance-ebook/dp/B00D7YU56K" target="blank" class="add-to-cart"><i class="icon-zoom-in2"></i><span> Amazon</span></a>
</div>
</div>
<div class="product-desc center">
<div class="product-title"><h3><a href="https://www.amazon.com/Wrong-Kind-Muslim-Persecution-Perseverance-ebook/dp/B00D7YU56K" target="blank">The Wrong Kind of Muslim: An Untold Story of Persecution & Perseverance</a></h3></div>
<em>Qasim Rashid</em>
<div class="product-price"><del>$14.95</del> <ins>$3.80</ins></div>
<div class="product-rating">
<i class="icon-star3"></i>
<i class="icon-star3"></i>
<i class="icon-star3"></i>
<i class="icon-star3"></i>
<i class="icon-star3"></i>
</div>
</div>
</div>Please let me know if you have any idea what can prevent this feature from working properly.
Thank you.
