Hello, I have been able to successfully edit some of my OOB Shopify emails like the Order Delivered emaiil to show a “Leave a product review” link below each line that links direct to the exact product. However what I would like to do is link it direct to the review section that is at the bottom of the product description. I see that there is a “#shopify-product-reviews” at the end of the URL when linking to the review section. The liquid code I am using already has an append function in there, I tried adding an additional append but it did not work unfortunately. See below:
This is the other version I tried:
<a href=“{{ shop.url | append: line.line_item.product.url | append “#shopify-product-reviews” }}”>Leave a product review
Here is a link to my website itself:
https://magholder.com/products/magholder-for-glock-pistol#shopify-product-reviews
Any suggestions?