Pergunta

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.

Foi útil?

Solução

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

will work in Magento 2

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top