Jump to content

Email Template Payment Approved (Credit Card) Tag


Recommended Posts

Posted

The charge will be listed as being from {company.name} on your credit card statement.


 


Prints this:


 


The charge will be listed as being from  on your credit card statement.


 


v3.6.1 with no modifications.


 


If you need other details, let me know.


Posted

Good find.

 

The HTML version has:

Hi {contact.first_name},

We have successfully processed payment with your {card_type}, ending in {last_four}. Please keep this email as a receipt for your records.

Amount: {amount}
Transaction Number: {response.transaction_id}

The charge will be listed as being from {company.name} on your credit card statement.

Thank you for your business!

However the Text version has:

Hi {contact.first_name},

We have successfully processed payment with your {card_type}, ending in {last_four}. Please keep this email as a receipt for your records.

Amount: {amount}
Transaction Number: {response.transaction_id}

The charge will be listed as being from {company_name} on your credit card statement.

Thank you for your business!

The tags show: 

Available Tags
{contact.first_name}
{contact.last_name}
{company.name}
{response.transaction_id}
{amount}
{card_type}
{last_four}

So it should be fixed in the Text version which shows up on the Mail logs.

Guest
This topic is now closed to further replies.
×
×
  • Create New...