Below you will find simple SQL queries which creates product friendly url from product’s name and saves them in the database SEO section.
You can run this i.e. in phpmyadmin or MySQL Workbench.
Example of action
From product name $ My super product 1 !!!
it will create friendly url my-super-product-1
Queries
Continue reading Create friendly URL based on product name in Prestashop using SQL query