I have setup a flow to send a “Post Purchase Review”
The email sent from Klaviyo has a button “Write a Review”
The URL in this button is “{{ organization.url|trim_slash }}/products/{{ item.product.handle }}#reviews”
The URL goes to our “Collections” page not a review page.
What URL should the button go to?
I have tried the following URLs and none have worked:
{{ organization.url|trim_slash }}/products/{{ item.product.handle }}#reviews
{{ organization.url|trim_slash }}/products/{{ item.product.handle }}
{{event.order_items.0.product_review_link}}