DanAndrei Posted 11 hours ago Share Posted 11 hours ago 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! Link to comment Share on other sites More sharing options...
Andrei H Posted 3 hours ago Share Posted 3 hours ago 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now