Question

We are moving our shop to Magento 2 and I just noticed that the store direct_url is not working anymore in our category texts. Does anyone know how you have to put this in Magento 2.

We have it in Magento 1 as following:

<a href="{{store direct_url=""}}">text</a>

Hope someone can help.

Était-ce utile?

La solution

<a href="{{store url=''}}">text</a>

will work in Magento 2

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top