Jump to content

Recommended Posts

Salutare,

 

Lucrez la un presta 8.2.3 si vreau sa schimb "Sortarea produselor dupa: Relevanta" 

Acume este Ascendent si doresc sa il schimb Descendent.

Am gasit product.position.asc dar oare de unde il schimb in product.position.desc

Am gasit /themes/classic/templates/catalog/_partials/sort-order.tpl dar nu am reusit

Reusesc sa il dezactivez dar nu sa il modific

 

Multumesc!

Screenshot_2.png

Link to comment
Share on other sites

Salutare,

Cel mai simplu ar fi sa editezi modules/ps_facetedsearch/src/Product/SearchProvider.php

La linia 93, ar trebui sa ai urmatoarele:

$sortPosAsc = new SortOrder('product', 'position', 'asc');

Daca nu vrei sa modifici codul din core, poti incerca cu un modul custom. PrestaShop expune un hook, filterProductSearch, in care, in teorie ar fi posibil sa modifici acele valori

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...