我正在尝试使用BigCommerce手柄助手{{split}}来分隔product.description并在不同的标签中使用它。我理解如何格式化分割,但如何在BigCommerce中分配它类似于shopify的液体中的赋值?
答案 0 :(得分:1)
您可以使用{{before}}和{{after}}或{{first}}和{{last}}等数组助手,并将split语句作为数组传递。例如,如果您使用<!-- split -->
来描述产品说明中的中断,则可以使用以下两种语句之一来获取上半部分:
{{{before (split product.description '<!-- split -->') 1}}}
{{{first (split product.description '<!-- split -->')}}}
NewLeaf团队在此论坛帖子中对此进行了很好的解释:https://forum.bigcommerce.com/s/question/0D51B00003ok5wtSAA/include-page-content-on-another-page-or-product