Hello,
Is there a way to make route 66 to get url structure from real categories and product names section instead of slug.
I have to many secand level categories and product dublications with some names.
I have already using following settings:
product: {categoryPath}/{productAlias}
category: {categoryPath}
But urls are:
car/black
truck/black-1
I want to mak them like:
car/black
truck/black
Thank you.
Is there a way to make route 66 to get url structure from real categories and product names section instead of slug.
I have to many secand level categories and product dublications with some names.
I have already using following settings:
product: {categoryPath}/{productAlias}
category: {categoryPath}
But urls are:
car/black
truck/black-1
I want to mak them like:
car/black
truck/black
Thank you.