We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
url_path
As for the Vue Storefornt 1.9 we're supporting the product.url_path and category.url_path that defines the exact URL path for products and categories (including nested level / etc). This is how mage2vuestorefront - our reference implementation handles this field: https://github.com/DivanteLtd/mage2vuestorefront/blob/c71788e1c918225685344657f9d6ca0b2417d801/src/config.js#L7
product.url_path
category.url_path
/
mage2vuestorefront
The only req. is that url_path should be unique and seo friendly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As for the Vue Storefornt 1.9 we're supporting the
product.url_path
andcategory.url_path
that defines the exact URL path for products and categories (including nested level/
etc). This is howmage2vuestorefront
- our reference implementation handles this field: https://github.com/DivanteLtd/mage2vuestorefront/blob/c71788e1c918225685344657f9d6ca0b2417d801/src/config.js#L7The only req. is that
url_path
should be unique and seo friendlyThe text was updated successfully, but these errors were encountered: