I've searched, but can find the answer. My current product URI is:
/<mvt:if expr="NOT ISNULL l.settings:product:code"><mvt:eval expr="l.settings:product:code" /></mvt:if>/index.html
I want to add the category to the URI, such as:
/my-category/my-product/index.html
How can I do this on the URI management page?
/<mvt:if expr="NOT ISNULL l.settings:product:code"><mvt:eval expr="l.settings:product:code" /></mvt:if>/index.html
I want to add the category to the URI, such as:
/my-category/my-product/index.html
How can I do this on the URI management page?
Comment