0
votes

I'm currently building a Shopify site with Gatsby and trying to implement a subscription with the Shopify App (Paywhirl). According to the instructions, I need to INCLUDE the liquid provided by the Paywhirl App in the theme.

Snippet example is below.

{% include 'paywhirl-subscriptions-cart-selling-plans', item: item %}

We can insert liquid variables in modules like react-liquid, but is there a way to include Liquid in React?

1
Welcome to Stackoverflow! It is better to think of this community like you do for Wikipedia. Users come here with a specific question in mind, looking for a specific answer. Therefore, we require a detailed description of the problem, your own attempt at solving the problem, the errors you are getting and what the expected output is. If those boxes are ticked, some kind volunteer may help you out. I hope you have a good time here.Aman

1 Answers

0
votes

If you build an eCommerce store with the headless approach and Shopify then there is a common issue regarding the APP integration, default liquid integration is not working anymore, you need to check the API's from APP developers and use the same in your headless approach.img-link

Here is the article regarding the same issue mentioned in the headless approach Read More