按类别显示供应商的产品
我将 WooCommerce 与 WCFM Marketplace 插件一起使用。我正在尝试找出一种方法,在供应商的商店页面上按不同类别显示供应商的产品。
例如:
蔬菜(类别)
产品 |产品 |产品 |产品
水果(类别)
产品 |产品 |产品 |产品
我知道他们已经有一个带有供应商类别的小部件侧边栏,但我希望在页面上有如上所示的部分。在我的脑海中,它类似于“对于每个供应商类别 - >显示该类别中的产品”。
I am using WooCommerce together with the WCFM Marketplace plugin. I’m trying to figure out a way to display the vendor's products under different categories, on the vendor’s store page.
For example:
VEGETABLES (category)
Product | Product | Product | Product
FRUITS (category)
Product | Product | Product | Product
I am aware they already feature a widget sidebar with the vendor's categories, but I would like to have sections on the page as shown above. In my head it be something like "for each vendor category -> display products in that category".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将此代码段添加到您的子主题中:
按简码使用:[wcfm_store_lated_products]
You can add this snippet to your child theme:
Usage by shortcode : [wcfm_store_related_products]