You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
We should set the product.url_path to normalized $product->getUrl() - with protocol, domain and leading / removed (so just the path without the leading slash); for category - not sure how magento does it by default but it should be just the default magento2 url path for category
The text was updated successfully, but these errors were encountered:
Starting with VS 1.9 the
url_path
is being used for the url routing (vuestorefront/vue-storefront#2446)The new edition of M2VS is populating these fields by the customizable code snippet:
https://github.com/DivanteLtd/mage2vuestorefront/blob/349c19063264a3fd8dd68c62571b42e32a1e98e9/src/config.js#L5
We should set the
product.url_path
to normalized$product->getUrl()
- with protocol, domain and leading/
removed (so just the path without the leading slash); for category - not sure how magento does it by default but it should be just the default magento2 url path for categoryThe text was updated successfully, but these errors were encountered: