Results 1 to 10 of 85

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Location
    New Boston, IL
    Posts
    57
    Plugin Contributions
    2

    bug Re: Pay by invoice ("bill me later"/""store credit account")

    Discovered the bug with not being able to see the module in the admin area when adding to an already installed site. File is in the wrong place and needs to be in /includes/languages/english/extra_definitions instead of /includes/languages/english/modules/payment - all appears to be working just fine now.
    Ralyn Speerly Schraceo
    Under The Rainbow
    http://www.undertherainbow.us

  2. #2
    Join Date
    Sep 2006
    Location
    New Boston, IL
    Posts
    57
    Plugin Contributions
    2

    Idea or Suggestion Re: Pay by invoice - setting for all users

    For anybody else that needs help with making this module global for all users and doesn't want to pay $60 for the contributor's help that I was offered through a private message after I asked for help on this board.

    I changed a simple setting and it appears to have done the trick

    Change code in this file:
    /includes/modules/payments/invoice.php

    Find Code:
    if ($check_flag_group == false) {
    $this->enabled = false;

    Change to:
    if ($check_flag_group == false) {
    $this->enabled = true;

    I hope this helps somebody - like the forum is supposed to.
    Ralyn Speerly Schraceo
    Under The Rainbow
    http://www.undertherainbow.us

  3. #3
    Join Date
    Mar 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Pay by invoice ("bill me later"/""store credit account")

    Can anyone confirm that this module works with 1.3.8?

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Pay by invoice ("bill me later"/""store credit account")

    yes, it works with 1.3.8.
    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.

 

 

Similar Threads

  1. v157 Paypal "Pay Later" JavaScript implementation?
    By TheGrimReaper in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 16 Jan 2021, 12:06 AM
  2. I Need Customer To Pay Half Now Half Later
    By TesterServers in forum Managing Customers and Orders
    Replies: 15
    Last Post: 6 Nov 2012, 12:43 AM
  3. Pay Later, if customer decides to keep the product
    By andrewharbert in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jun 2008, 09:37 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