They have some here:
https://www.zellepay.com/small-busin...siness-toolkit
Printable View
They have some here:
https://www.zellepay.com/small-busin...siness-toolkit
Here is a good logo, you may have to resize it:
https://www.logo.wine/logo/Zelle_%28payment_service%29
I added this to the zelle.php
Uploaded the zelle.png image to the zen cart directory /images/icons/PHP Code:
public function __construct()
{
global $order;
$this->icon = DIR_WS_TEMPLATE . 'images/icons/zelle.png';
But nothing is displayed, just the text "Pay via Zelle"
OK, note to self, payment modules are not like shipping modules!
The Zelle payment method, v1.1.0 is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2301
This release contains changes to interoperate with PHP 8.2 (#1) and now provides a Zelle icon (#2) for the display on the checkout_payment or checkout_one page.
Not sure what is happening, but I pushed the new files and still no image.
Is this working for you?
It would be nice to change the message on the check out page that reads "Pay via Zelle" to include a hyperlink on "Zelle", to
https://www.zellepay.com/how-it-works
that opens in a new window.
or/and add the hyperlink to the Zelle icon (once the icon is working)
So far I'm really liking Zelle
Change request noted: https://github.com/lat9/zelle/issues/3
Another nice feature would be to provide a small configurable discount for Zelle users, since there is not the usual transaction fees. Essentially the idea would be to show a discount on the payment page to encourage the use of Zelle over other options. I suspect this would not be an easy add.
There's a plugin for that.
https://www.zen-cart.com/downloads.php?do=file&id=1487