Results 1 to 10 of 37

Hybrid View

  1. #1
    Join Date
    May 2010
    Location
    Texas
    Posts
    508
    Plugin Contributions
    0

    Default Re: Zelle Payments [Support Thread]

    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?

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Zelle Payments [Support Thread]

    Quote Originally Posted by split63 View Post
    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

    Code:
    $this->icon = DIR_WS_TEMPLATE . 'images/icons/zelle.jpg';
    ... or whatever the name of the Zelle icon is.

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,532
    Plugin Contributions
    127

    Default Re: Zelle Payments [Support Thread]

    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.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Zelle Payments [Support Thread]

    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.

  5. #5
    Join Date
    May 2010
    Location
    Texas
    Posts
    508
    Plugin Contributions
    0

    Default Re: Zelle Payments [Support Thread]

    Not sure what is happening, but I pushed the new files and still no image.
    Is this working for you?

  6. #6
    Join Date
    May 2010
    Location
    Texas
    Posts
    508
    Plugin Contributions
    0

    Default Re: Zelle Payments [Support Thread]

    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

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Zelle Payments [Support Thread]

    Quote Originally Posted by split63 View Post
    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

  8. #8
    Join Date
    May 2010
    Location
    Texas
    Posts
    508
    Plugin Contributions
    0

    Default Re: Zelle Payments [Support Thread]

    Here is a good logo, you may have to resize it:

    https://www.logo.wine/logo/Zelle_%28payment_service%29

  9. #9
    Join Date
    May 2010
    Location
    Texas
    Posts
    508
    Plugin Contributions
    0

    Default Re: Zelle Payments [Support Thread]

    I added this to the zelle.php

    PHP Code:
        public function __construct() 
        {
            global 
    $order;
            
    $this->icon DIR_WS_TEMPLATE 'images/icons/zelle.png'
    Uploaded the zelle.png image to the zen cart directory /images/icons/

    But nothing is displayed, just the text "Pay via Zelle"
    Last edited by split63; 20 Jan 2023 at 12:39 AM.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. v156 Audit support thread
    By swguy in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 9 Dec 2024, 04:19 PM
  3. v156 PWA, Offline support Push notifications addon [Support Thread]
    By perfumbg in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 May 2019, 02:27 PM
  4. Pin Payments Payment Gateway [Support Thread]
    By chrisdahl in forum Addon Payment Modules
    Replies: 25
    Last Post: 6 Feb 2019, 07:06 AM
  5. v155 Zelle
    By swguy in forum Addon Payment Modules
    Replies: 0
    Last Post: 2 Jul 2018, 03:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg