在 Bigcommerce Stencil 主题的产品页面上获取 "Brand" 个对象

Get "Brand" Object on a Product Page in a Bigcommerce Stencil Theme

我正在 Stencil 框架上开发一个 Bigcommerce 主题,并希望在单个产品页面上显示一个品牌的所有产品。因此,如果我正在查看特定品牌的产品 A,我还想在同一页面上显示产品 B、产品 C 等的信息。我尝试在 product.html 页面中添加以下前端内容,假设我可以获得对象,但我仍然无法访问品牌对象。

---
brand:
    products:
        limit: {{theme_settings.brandpage_products_per_page}}
---

如果我将{{json brand.products }}添加到html,则没有数据。这可能来自产品 page/context?

品牌对象只能通过品牌页面的 frontmatter 进行修改。目前无法在产品详细信息页面上提取给定品牌的产品。

请参阅有关全局调用的文档,了解您可以使用 frontmatter 将哪些内容拉入任何页面:https://stencil.bigcommerce.com/docs/front-matter-variables#Front-ref-global