Hi,
i just got too much issues on email thank you product sending following the documentation.
First, on subject i set:
Your [%business_name%] purchase - Order #[%txn_id%]
and on output i get:
Your [%business_name%] purchase - Order #[%txn_id%]
Parameters are not set whereas in the common email it works pretty well.
Secondly,
In body i set:
[%first_name%],
Thank you for your purchase.
Your order id is [%txn_id%]
...
You can view your order details at
[%thankyou_link%]
Sincerely,
[%business_name%]
On output, i don't get the same [txn_id] than one i get in my keygen script.
In my keygen script [txn_id] = [invoice_id] but not in email body.
Thirdly,
Whatever my choice (override common mail or not), i receive two emails: the common email without adding specific message and the specific message (with above issues).
Can you solve that?