Jump to content

[SOLVED] How to sort manufacturer's names in a chosen order in prestashop 1.5


Recommended Posts

Thanks, indeed I could modify the database.

But finally, I did the old solution renaming the brands:

 

01. brandnameone

02. brandnametwo

03. brandnamethree

...

 

And I stripped the numbers in smarty in the tpl files where needed:

{$manufacturer.name|regex_replace:"/^[0-9]+\.[ ]*/":""}

instead of

{$manufacturer.name}

 

in several modules, to avoid displaying numbers in the front office.

Link to comment
Share on other sites

×
×
  • Create New...