Skip to main content

 

On the confirmation email how can we show the customer’s selected currency instead of the default currency which is SGD. is there a way to show what the customer paid in their selected currency.

  • can we also remove the <br> from the product title. same as the shopify’s order notification email (from the photo encirled in red)
  • Can we also show the variant name and sku. (from the photo boxed in violet)

 

@Claude Placing in this extra bit like below to your variable can normally help!
 

{{ item.product.title | striptags }}

 


Reply