Though it's late I'd like to ask again.
"?order=product.price.[asc|desc]&from-xhr=" works fine in Edge and Firefox but NOT in chrome.
console.log output is:
updateProductListDOM :<div id="js-product-list"> <div class="products"> </div> <div class="row u-a-i-c"> <div class="small col-lg-4"> Showing 1-4 of 4 item(s) </div> <nav class="col-lg-8"> </nav> </div> <div class="visible--mobile text-right up"> <a href="#header" class="btn btn-secondary"> Back to top <i class="material-icons"></i> </a> </div> </div>
I assume it's a JS problem. Any ideas?