Hi,
I currently have this url structure http://www.website.com/product/brand/model
This works fine but at times 2 entries have the same name and therefore url. How can I make it unique by appending automatically the product code, which is a different entry field?
So it would be like http://www.website.com/product/brand/model/mpn
Thanks