使用 GastbyJS + Storefront 在 shopify 主题中包含 App liquid API
Include App liquid in shopify theme with GastbyJS + Storefront API
我目前正在使用 Gatsby 构建一个 Shopify 网站,并尝试使用 Shopify 应用程序 (Paywhirl) 实现订阅。
根据说明,我需要在主题中包含Paywhirl App提供的液体。
片段示例如下。
{% include 'paywhirl-subscriptions-cart-selling-plans', item: item %}
我们可以在像 react-liquid 这样的模块中插入 liquid 变量,但是有没有办法在 React 中包含 Liquid ?
我目前正在使用 Gatsby 构建一个 Shopify 网站,并尝试使用 Shopify 应用程序 (Paywhirl) 实现订阅。 根据说明,我需要在主题中包含Paywhirl App提供的液体。
片段示例如下。
{% include 'paywhirl-subscriptions-cart-selling-plans', item: item %}
我们可以在像 react-liquid 这样的模块中插入 liquid 变量,但是有没有办法在 React 中包含 Liquid ?