Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    help question Download Product Payment Method - Direct Bank Deposit doesn't show

    During checkout the payment method for Direct Bank Deposit doesn't show up for a download product but shows for others.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Download Product Payment Method - Direct Bank Deposit doesn't show

    Was the module created from the COD module? If so, you will need to make some changes as COD is never allowed for Downloads.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Download Product Payment Method - Direct Bank Deposit doesn't show

    I took a look at includes/modules/payment/dirbank.php and found...

    // disable the module if the order only contains virtual products
    if ($this->enabled == true) {
    if ($order->content_type == 'virtual') {
    $this->enabled = false;

    I changed this to

    // disable the module if the order only contains virtual products
    if ($this->enabled == true) {
    if ($order->content_type == 'virtual') {
    $this->enabled = true;

    It now works OK and the Direct Bank Transfer shows up for download products.

  4. #4
    Join Date
    Apr 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Download Product Payment Method - Direct Bank Deposit doesn't show

    Thanks Webgaffer for coming back with this info. I spent a few hours on the same problem because the test product I made happened to be virtual. I'd never have found the solution without you!

  5. #5
    Join Date
    Apr 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Download Product Payment Method - Direct Bank Deposit doesn't show

    oops! Just noticed the readme that comes with the module mentions a "virtual products switch". It stands out more when you know.

  6. #6
    Join Date
    Jan 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Download Product Payment Method - Direct Bank Deposit doesn't show

    Hi just incase anyone reads this
    i had this problem with the uk ONLINE BANK module
    but i had to edit my php with the below for it to show up slightly different from above:

    // disable the module if the order only contains virtual products
    if ($this->enabled == false) {
    if ($order->content_type == 'virtual') {
    $this->enabled = true;

    Hope this might help anyone

  7. #7
    Join Date
    Jan 2009
    Location
    Macclesfield, South Australia
    Posts
    102
    Plugin Contributions
    0

    Default Re: Download Product Payment Method - Direct Bank Deposit doesn't show

    Quote Originally Posted by zend View Post
    oops! Just noticed the readme that comes with the module mentions a "virtual products switch". It stands out more when you know.
    Ok where is this "virtual products switch" ?

  8. #8
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    289
    Plugin Contributions
    3

    Default Re: Download Product Payment Method - Direct Bank Deposit doesn't show

    Just had to update my own site, so if you are wondering about the swtich
    The switch is in the file listed above:
    includes/modules/payment/dirbank.php look for line 66 or close by and
    then change from false to true as outlined above.

  9. #9
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: Download Product Payment Method - Direct Bank Deposit doesn't show

    Hi, I have the simple bank deposit module and have been struggling for a few weeks trying to get this to work with my downloads. I have tried all of the above, ut I dont seem to have this code
    // disable the module if the order only contains virtual products
    if ($this->enabled == false) {
    if ($order->content_type == 'virtual') {
    $this->enabled = true;

    ...I have looked till my eyes are square....wonder if I just put the code in myself..
    thanks

  10. #10
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    289
    Plugin Contributions
    3

    Default Re: Download Product Payment Method - Direct Bank Deposit doesn't show

    If you have the dirbank module installed then there is a file called includes/modules/payment/dirbank.php if you don't have that file then it might be a different module you have installed. You can also check from your admin panel > Modules > Payment and there you should see: a module called: "Direct Bank Deposit". If that is not the case maybe consider to un-install the one you have a get the dirbank module instead.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Direct Bank deposit payment module
    By Nanettedp in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 21 Mar 2012, 06:59 PM
  2. Direct Bank Deposit doesn't show the BSB; Please help
    By Lara2911 in forum Addon Payment Modules
    Replies: 4
    Last Post: 21 Mar 2011, 06:28 AM
  3. Direct Bank Deposit - Can I add more than 1 bank account?
    By wanor in forum Addon Payment Modules
    Replies: 0
    Last Post: 27 Oct 2010, 05:56 PM
  4. add new payment module for direct bank deposit?
    By thestampnomad in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 16 Aug 2009, 07:14 AM
  5. Payment Process - How do I get direct bank deposit?
    By sims in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 29 Nov 2007, 09:30 AM

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