Coming soon ... a means to accept payments via Zelle!
The payment module can be downloaded from: https://www.zen-cart.com/downloads.php?do=file&id=2301
Coming soon ... a means to accept payments via Zelle!
The payment module can be downloaded from: https://www.zen-cart.com/downloads.php?do=file&id=2301
Last edited by lat9; 8 Jan 2021 at 03:56 PM.
I installed on ZC 1.5.7c
using OPC 2.3.9
configured the payment module with phone number.
It displays as a payment method, other than displaying the payment module and allowing the user to select it, it is not prompting for the users zelle account and is not transferring money from the users account to the sellers account.
Per this, is this supposing the customer STILL has to log into their app and manually place the payment?: "Customers can make a payment via their bank's Zelle® app. Their order-confirmation email will include the Zelle ID that you provide in the payment method's configuration."
Last edited by Carbonless; 28 Nov 2021 at 10:12 PM.
> Per this, is this supposing the customer STILL has to log into their app and manually place the payment?
Correct. They make the payment, then put the payment identifier in during checkout so you can easily match their payment to their order.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
On the payment checkout page, there is now a choice of two payment options, one is Zelle. But unlike the other, Zelle has no image logo for Zelle, and may go unnoticed.
Where can I add a small Zelle logo?
If you point me to one, I can get the payment method to include the image! If not, simply edit /includes/modules/payment/zelle.php and add (to the __construct) a statement like
... or whatever the name of the Zelle icon is.Code:$this->icon = DIR_WS_TEMPLATE . 'images/icons/zelle.jpg';
Bookmarks