Magento How to link to category by id from static

2019-03-30 14:07发布

I'm looking to link to a category from a static block using the category id. Any thoughts?

I've done the usual searches, but to no avail.

At the moment I can do something like <a href="{{store url="category-i-want.html"}}">, but this is hardly robust.

1条回答
该账号已被封号
2楼-- · 2019-03-30 14:38

Use the category link widget inline link code:

{{widget type="catalog/category_widget_link" anchor_text="Displayed Text" title="Title attribute text" template="catalog/category/widget/link/link_block.phtml" id_path="category/22"}}
查看更多
登录 后发表回答