Please Log in or Create an account to join the conversation.
Those emails will work for any payment that's pending. It's not specific to offline gateways, but chances of a credit card payment going into a pending state is basically none since they're all instant verifications. I believe the new [PAYMENT_GATEWAY_ID] substitution will work there though and the email won't send if it has an empty message body. So you could surround it with an IF substitution so it really does only send with offline payments. Example as follows.So it looks like all I need to set up in the "Substitutions in Thank You messages and workflow Emails" is
1. "Email on pending first payment" and
2. "Email on pending payment of manual renewal" assuming both are meant to target offline (not credit card)
Yes.Does the text format accept line break tags?
Please Log in or Create an account to join the conversation.
Just tried it and it doesn't seem to work. I've tried adding the ID in quotes and without.[cb:if PAYMENT_GATEWAY_ID="GATEWAY_ID_HERE"]
EMAIL BODY HERE
[/cb:if
Please Log in or Create an account to join the conversation.
I gave you the exact format to use. Don't remove the quotes. What email is it not working in specifically? Might be too early before a payment gateway has been stored. I don't know if those emails will work though since a subscription doesn't exist yet. Did you make sure that email is even sending first?Just tried it and it doesn't seem to work. I've tried adding the ID in quotes and without.
Don't use HTML line breaks unless you are sending an HTML email, which you can do by adjusting the "Send email in" parameter.Gmail doesn't seem to like the <br> or <br/>tags but returns do.
Please Log in or Create an account to join the conversation.
I gave you the exact format to use. Don't remove the quotes. What email is it not working in specifically? Might be too early before a payment gateway has been stored. I don't know if those emails will work though since a subscription doesn't exist yet. Did you make sure that email is even sending first?
Ok. thanks!Don't use HTML line breaks unless you are sending an HTML email, which you can do by adjusting the "Send email in" parameter.
Yes, I could use CBSubs Mailer, but I like the immediacy of the "Email on pending first payment" option. This gives the users some quick assurance/confirmation that there is nothing else to do with the sign up, but send in the payment.I'm not completely sure I understand why you need to do this. The payment slip page should be used to inform them that subscription is pending payment. If it's just a reminder then I suggest just leaving CBSubs Mailer to remind them.
Please Log in or Create an account to join the conversation.
Ok, looks like those new substitutions were only made available to the invoice process. So they can't be used outside of that it seams. This is due to that email being a part of the plan and not the basket. If you're ok with it sending the email regardless of payment gateway then that email is the best way to instantly let them know their payment is pending. Your alternative is you'll probably have to use CB Auto Actions acting on CBSubs triggers to add a more custom email.Yes, I tried both ways. The email was sending. Actually the last email test that got sent contained the substitution text within it.
Please Log in or Create an account to join the conversation.