Question

how can I get the store category url?

I know I can get the store direct url like this,

<a href="{{store direct_url="contacts"}}">Contact Us</a>

But what about the store's categories?

The categories I have in my store, such as 'Wines', 'Food', etc, so if I do this,

{{store direct_url="wines"}} // returns http://mystore/wine

I will get a 404 error page. Because the url should be like this,

http://mystore/wine.html

Any idea?

No correct solution

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