PrestaDesigner10 Posted June 8, 2017 Posted June 8, 2017 Hello, how can I reorder the links in the the native module "Widget link" (folder module/ps_linklist) I'm using prestashop 1.7.1. Thanks! 1 Share this post Link to post Share on other sites More sharing options...
PrestaDesigner10 Posted June 22, 2017 Posted June 22, 2017 Up... Share this post Link to post Share on other sites More sharing options...
netvico Posted April 19, 2018 Posted April 19, 2018 Up... Share this post Link to post Share on other sites More sharing options...
jgamio Posted April 20, 2018 Posted April 20, 2018 No the best way I do direct on database check ps_link_block you see something like these {"cms":["1","2","3","4","5"],"product":[false],"static":["contact","sitemap","stores"]} the numeber are the id of the content just change the number {"cms":["2","1","3","4","5"],"product":[false],"static":["contact","sitemap","stores"]} 1 1 Share this post Link to post Share on other sites More sharing options...
Juke29 Posted January 15, 2021 Posted January 15, 2021 This is the only solution I know today and we are in 2021. 1 1 Share this post Link to post Share on other sites More sharing options...
Luigi Donato Posted April 22, 2021 Posted April 22, 2021 Is a solution.. 😐 1 Share this post Link to post Share on other sites More sharing options...
jfdt Posted September 29, 2021 Posted September 29, 2021 Hello. First of all thank you very much for the attention and disinterested help. According to what you have indicated, how should I indicate to display first the categories and then the "product" part:{"1": "new-products", "2": "best-sales"} {"cms":[false],"static":[false],"product":{"1":"new-products","2":"best-sales"},"category":["10","3","9","11","12","6","13","1","15","14"]} Thank you very much Share this post Link to post 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