I want to auto-generate URLs for products on all active languages and also when the product name is updated. Before the last Litium update, I believe Litium added the SKU to the URL but now it does not?
In any case, if I have a product with SKU “99” and name “Red shirt”, I want the generated URL to be: 99-red-shirt
Hi,
You can use the validation rules to update the url. See https://docs.litium.com/documentation/architecture/validation. Create a custom validation rule for variant and baseproduct in order to check the name and set the url according to the name in the validation rule.