DanAndrei Posted Saturday at 11:34 PM Share Posted Saturday at 11:34 PM (edited) 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! Edited 15 hours ago by DanAndrei (see edit history) Link to comment Share on other sites More sharing options...
Andrei H Posted yesterday at 07:27 AM Share Posted yesterday at 07:27 AM 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 1 Link to comment Share on other sites More sharing options...
DanAndrei Posted 15 hours ago Author Share Posted 15 hours ago 13 hours ago, Andrei H said: 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 Multumesc frumos!!! FUNCTIONEAZA 1 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