evolvewh Posted February 16, 2016 Report Posted February 16, 2016 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. Blesta Addons 1
Michael Posted February 16, 2016 Report Posted February 16, 2016 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.
Tyson Posted February 19, 2016 Report Posted February 19, 2016 This issue is fixed in CORE-2102 for v4.0.0 of Blesta. Michael 1
Recommended Posts