Hi,
We need to email the users the terms and condition as PDF so that the customer have a perment medie = it cannot be a link to a file, the file or text need to be sent to the user.. today we have the hole Terms and condition in the “Thanks for your order email” but it make the email REALLY long.. so hoping that maybe Shopify Flow can do this for us ?
We have been trying this code in the thanks for your order email, but it seems like it only works in Germany, so hoping making flow can do this:
https://help.shopify.com/da/manual/intro-to-shopify/initial-setup/sell-in-germany/germany-email-notification
{%- if shop.refund_policy.body != blank -%}
{{ shop.terms_of_service | attach_as_pdf: "Handelsbetingelser" }}
{{ shop.refund_policy | attach_as_pdf: "Standardfortrydelsesformular" }}
{%- endif -%}