Page 6 of 6 FirstFirst ... 456
Results 51 to 57 of 57
  1. #51
    Join Date
    Nov 2006
    Posts
    74
    Plugin Contributions
    0

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

    That's odd. I could have sworn I went through your instructions word for word. It did install but there wasn't an invoice option for the payment section during checkout. If anyone else has had this issue, please tell me what you did to resolve it. Thanks

    Cheers

    Robert using ZC 1.3.9b

  2. #52
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,480
    Plugin Contributions
    121

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

    When you checkout, are you logged in as a user who is in a group whose name starts with "invoice"?
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  3. #53
    Join Date
    Nov 2006
    Posts
    74
    Plugin Contributions
    0

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

    No, I thought you'd be asked that after you made a purchase. Let me go and do that and see what happens. Thanks.

  4. #54
    Join Date
    Nov 2006
    Posts
    74
    Plugin Contributions
    0

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

    That's fixed. Thanks. Let me post my problem here in case someone else has it.


    Issue - "Invoice" does not appear as a valid payment method during checkout even when installed.

    Solution - When you have a customer that wishes to be invoiced, go to that customer's information in "Admin ---> Customers ---> Customers" and edit the group pricing section to reflect the addition of him/her into the Invoice group of group pricing. This will fix your situation.

  5. #55
    Join Date
    Nov 2010
    Posts
    77
    Plugin Contributions
    0

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

    HI,

    I have installed this mod in my new Webshop using v1.3.9f and it works great :) Thank you for this mod :)

    I have one problem though. I am using this payment option for a a group of customers that don' t need to pay in advance, but I still need to provide them with Payment details somehow.

    I am also using Direct_bank_transfer module, and here the customers see the Bank details when they checkout and also on the email footer they recieve.

    So, Is it possible to add a message on the email footer so that I can add payment Terms and details?

    Or any other solution?

    Thank you for your help.

  6. #56
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    177
    Plugin Contributions
    5

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

    Hi swguy,

    I have installed this on 1.3.9h, but it is not showing in the checkout_payment page.

    I have added a group called invoice
    I have invoice module turned on in Modules > Payment
    I have set group pricing to 'invoice' using a test account

    no idea why it wont work, but if I can get it to work it will be perfect for my project.

    Thanks :)

    DB

  7. #57
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    177
    Plugin Contributions
    5

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

    scrap last post, just figured it out.

    My products are vertual and the invoice mod is set to false if cart is full over vertual product.

    So for anyone else who sells vertual products and is wonding why it wont work for you.. do this.

    open includes/modules/payment/invoice.php

    find (line 65 for me)
    Code:
    // disable the module if the order only contains virtual products
          if ($this->enabled == true) {
            if ($order->content_type != 'physical') {
              $this->enabled = false;
            }
    and replace with

    Code:
    // disable the module if the order only contains virtual products
          if ($this->enabled == true) {
            if ($order->content_type != 'physical') {
              $this->enabled = true;
            }
    DB

 

 
Page 6 of 6 FirstFirst ... 456

Similar Threads

  1. Customize Invoice - it shows 'PayPal IPN' when customer pays Credit Card
    By apemusic in forum Managing Customers and Orders
    Replies: 7
    Last Post: 10 Sep 2006, 01:23 PM
  2. Letting customers pay with credit card via paypal (NOT paypal pro)
    By stentor in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 19 May 2006, 02:26 AM
  3. Letting customers pay with credit card via paypal
    By stentor in forum Addon Payment Modules
    Replies: 5
    Last Post: 18 May 2006, 04:53 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
  •