Re: Zelle Payments [Support Thread]
Does the last half of that new statement
Code:
? 'Action required: Order Confirmation' : 'Order Confirmation'
Cover the case where it is not Zelle, such that it defaults to the original statement of just "Order Confirmation"?
Re: Zelle Payments [Support Thread]
Quote:
Originally Posted by
lat9
Edit a template-override version of /includes/languages/english/checkout_process.php, making the changes below. That'll add the "Action required:" prefix to the order's subject if the order was paid via Zelle.
Code:
define('EMAIL_TEXT_SUBJECT', (isset($_SESSION['payment']) && $_SESSION['payment'] === 'zelle') ? 'Action required: Order Confirmation' : 'Order Confirmation');
//define('EMAIL_TEXT_SUBJECT', 'Order Confirmation');
That seems to be working. Thanks so much
Re: Zelle Payments [Support Thread]
Cindy, has any testing on this been done for ZC 2.0? Zelle is one of our normal payment methods but we have never used it for the online store.
Re: Zelle Payments [Support Thread]
Quote:
Originally Posted by
g2ktcf
Cindy, has any testing on this been done for ZC 2.0? Zelle is one of our normal payment methods but we have never used it for the online store.
While I haven't tested, a quick code review say "It should". Note that it's similar to a check/moneyorder type payment; the customer takes your Zelle account information (posted once an order is complete) and has to make that transfer separately.
Re: Zelle Payments [Support Thread]
Quote:
Originally Posted by
lat9
While I haven't tested, a quick code review say "It should". Note that it's similar to a check/moneyorder type payment; the customer takes your Zelle account information (posted once an order is complete) and has to make that transfer separately.
Great! That works for us. Our bank has Zelle built in so it makes this an easy payment system to add. I will add it to my sandbox account and check it out.
Re: Zelle Payments [Support Thread]
Quote:
Originally Posted by
lat9
While I haven't tested, a quick code review say "It should". Note that it's similar to a check/moneyorder type payment; the customer takes your Zelle account information (posted once an order is complete) and has to make that transfer separately.
Yes, just tested and it works just fine. As other's have mentioned, changing the email to SHOW that an additional step is needed I think is a good thing. I will work on that next. Thank you!
Re: Zelle Payments [Support Thread]
v2.0.0 of the Zelle payment module is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2301
Using the zc158+ lang.zelle.php, which requires zc158+ for operation. If you're still on zc157, continue to use v1.1.0.