Seo Names For Categories

Hello,

How I can generate all at once seo names for categories for all languages without opening each category and click save?

Regards

Hello,

How I can generate all at once seo names for categories for all languages without opening each category and click save?

Regards

If the category does not have seo name, it will be generated on the fly

If the category does not have seo name, it will be generated on the fly

I don't know what s mean on the fly but if I good understood there no way to generate.

There is option to reset seo names but no option to generate?

Please, any help.

Regards

I don't know what s mean on the fly but if I good understood there no way to generate.

For example, this category exists in the top menu. SEO name will be generated during rendering top menu block

For example, this category exists in the top menu. SEO name will be generated during rendering top menu block

Could you clarify how it looks like(step by step)? For me nothing happening. What should I do? Please.

You should not do anything. URLs will be generated automatically

E.g. create new category without seo name on the demo and visit store-front

You should not do anything. URLs will be generated automatically

E.g. create new category without seo name on the demo and visit store-front

If I create a category it automatically generates seo name. And if you delete seo name it add redirect automatically. Here I don't see any problems.

I will clarify a bit. If you reset the seo names trough data base how to generate new ones at once? What you mentioned above it does nothing.

Do you just delete records in the cscart_seo_names table?

Do you just delete records in the cscart_seo_names table?

I have used this method.

I have used this method.

You should use

DELETE FROM cscart_seo_names WHERE type="c";

Then visit store-front and category SEO URLs will be regenerated

You should use

DELETE FROM cscart_seo_names WHERE type="c";

Then visit store-front and category SEO URLs will be regenerated

Thank you very much. That's work. You save my time. :)

You are welcome!