我正在与magento 2合作开发vuestorefront,在vuestorefront中,我使用的是vuetique主题。
我想在vuestorefront上的分层导航部分()中显示目录。与magento 2分层导航相同。
请检查以下两个附加屏幕截图。

vuestorefront截图
发布于 2021-01-28 14:27:06
最简单的解决方案是将categoryIds添加到配置文件的defaultFilters部分,如果不起作用,在magento中创建一个自定义属性(必须是int类型或关键字)并使用它(将其添加到defaultFilters中)。
https://stackoverflow.com/questions/59064083
复制相似问题