VirtueMart Forum

VirtueMart 2 + 3 + 4 => Security (https) / Performance / SEO, SEF, URLs => Topic started by: m.davide82 on May 12, 2017, 23:01:42 PM

Title: Delete all the product's alias and regenerate them
Post by: m.davide82 on May 12, 2017, 23:01:42 PM
Hello,

is there any where to delete all the product's alias and regenerate them?


Thanks a lot,
Davide
Title: Re: Delete all the product's alias and regenerate them
Post by: Milbo on May 17, 2017, 20:27:17 PM
one by one, open, delete, store..

or delete all by sql,... and use a small php script,.. loading any product and store it, which generates the slugs automatically
Title: Re: Delete all the product's alias and regenerate them
Post by: m.davide82 on May 18, 2017, 00:10:28 AM
The problem was this, I deleted them from mysql but the urls are not working any more.

It will be beautiful to have an option to re-generete them in bulk, necessary during the development.


Thanks a lot!
Title: Re: Delete all the product's alias and regenerate them
Post by: AH on May 18, 2017, 10:39:50 AM
just write some sql to generate them using "product name"

make sure you check for duplicates