I want to setup a flow for product review email.
I am setting up the "Product Review / Cross-Sell -Standard" flow
I am using the Shopify "product review" app running Shopify 2.0
I am reading klaviyo docs:
https://help.klaviyo.com/hc/en-us/articles/115002779391-Creating-a-Product-Review-Flow
Issue; when I click on the review button I am sent to the product page itself, not the product page review form.
The guide I linked to mentioned some code inserts, but I am unsure if this will fix the issue, but I have no other option then try.
Short version from the article:
Anywhere on your product template page, paste the following code:
<a href="#reviews"></a>
and
Then, scroll to the area on the product template page's code where your product reviews are displayed. Here, paste the following code:
<a id="reviews"></a>
Anyone know which file (assuming its the main-product.liquid) and where in that file the inserts should be done?
Thanks