Page 4 of 4 FirstFirst ... 234
Results 31 to 37 of 37
  1. #31
    Join Date
    May 2010
    Location
    Texas
    Posts
    491
    Plugin Contributions
    0

    Default 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"?

  2. #32
    Join Date
    May 2010
    Location
    Texas
    Posts
    491
    Plugin Contributions
    0

    Default Re: Zelle Payments [Support Thread]

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

  3. #33
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default 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.

  4. #34
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,362
    Plugin Contributions
    94

    Default Re: Zelle Payments [Support Thread]

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

  5. #35
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Zelle Payments [Support Thread]

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

  6. #36
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Zelle Payments [Support Thread]

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

  7. #37
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,362
    Plugin Contributions
    94

    Default 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.

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR