Re: Download Product Payment Method - Direct Bank Deposit doesn't show
Quote:
Originally Posted by
steveuk
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
I have downloaded and installed another DD bank module with above code.
Have changed my code to ....
disable the module if the order only contains virtual products
if ($this->enabled == true) {
if ($order->content_type == 'virtual') {
$this->enabled = true;
But still not working with downloads. If I change it to the code that steveuk suggests, then it ignores my zones to only have DD for australia and enables the DD for US as well...??? so not sure on what to do now.
Re: Download Product Payment Method - Direct Bank Deposit doesn't show
Just an update on this module. I had an digital order this morning, but for some reason, the order goes to paypal, but the transactiond doesnt go thru. I notice that on the invoice, it shows payment type as direct debit and gives my banking information. Trouble is.... I have only enabled this to work with Australia. I have had to delete the module completely so as my customers from the US and UK can to their purchase thru paypal. Not sure what is happening, but just not working on my site. Sales go thru fine when this module is not there.
Think I will just stick with Paypal. and not give any options.