prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
229 stars 127 forks source link

Sort order listing not working #218

Closed valentin-anamorphik closed 3 years ago

valentin-anamorphik commented 3 years ago

Hi,

On product list, select order not working.

# src/js/listing.js
$('body').on('change','#select-sort-order', function () {
  var urlsearch = $(this).val();
  prestashop.emit('updateFacets',urlsearch);
});

image

Thanks.

tswfi commented 3 years ago

I cannot replicate this.

Please provide some more information: Prestashop version? Theme version? Any errors in js console?

If you have a public test environment I could check that would help also.