我创建了一个具有以下结构的多线程网站:
-website
--store1.nl
---store1-view
--store2.nl
---store2-view
--store3.nl
---store3-view
在store1主页(CMS页面)上我想添加一个category2链接到store2,store2-view。我已经把建议的小部件链接(见下文),带有指向store2.nl中所需类别的链接,但它没有链接到类别store2.nl,它保留在store1.nl上。
该网址甚至是store1.nl<someurlcode>__store1-view
而不是store2.nl<someurlcode>__store2-view
{{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"}}
我宁愿不对类别链接进行硬编码,因此我非常谦虚的问题,希望能找到一个简单而简单的答案。
我正在使用Magento 1.9.1.0版。
SOLUTION:
我在Magento StackExchange上发布了相同的问题并想出来了,请参阅: https://magento.stackexchange.com/questions/72131/how-to-link-categories-between-storeviews-magento