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.

Was it helpful?

Solution

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

will work in Magento 2

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top