oh my goodness, nigel. you rock. thanks.
kathy
oh my goodness, nigel. you rock. thanks.
kathy
Gee, and here I was under the impression that you'd already deleted that peice of code... Now where did I get that idea? Oh yeah...
Anyway, I'm glad it is now working for you, BUT, if you now go back and revert the change I suggested, I'll wager that it will stop working again. The reason being is that the *cause* of the problem has something to do with your zone files.
You need(ed) BOTH changes to make it work. Hmmhpp, I feel like I've been shunned.
Cheers
Rod
oh no rod. don't feel shunned. you're probably right. i did delete that part of the code, without improvement. then i made another mysterious change that broke the whole thing - and so reinstalled those files. no doubt if i were more competent, i could tell you if it is a zone issue.
k
With Bank Deposit, the details will be included in the email sent to the customer,
You could possibly add the info to the
includes\languages\english\modules\payment\dirbankusa.php
I think around line 32
define('MODULE_PAYMENT_DIRBANKUSA_TEXT_TITLE', 'Direct Bank Deposit - USA');
try changing it to
define('MODULE_PAYMENT_DIRBANKUSA_TEXT_TITLE', 'Direct Bank Deposit - USA<br/> Acc No: 1234567890<br/> Bank: Acme Banking<br/>Branch: Waikikamookau');
And see if that gets the info onto the right page
And yes i realise i am not pulling the variables from the database, but its school holidays here and I have loud 3 and 4 foot terroroists charging around the house
Webzings Design
Semi retired from Web Design
Is there any way of getting this to work in the UK?
AndyB
you beat me to it there. I'd would like to know how to do this.
What ever your doing remember to KISS ( Keep It Simple Stupid )
Hello, Please I need Ghana version of this module. Am using zencart 1.5.5f and our banking details for local deposit and international deposit are just below.
Account Name:
Routing Number:
Bank Name:
Account Number:
SWIFT Code:
===========================
TO INSTALL
===========================
Copy the includes folder for your country to the root of your Zen Cart store (This section confuses me so kindly direct me as to where to find this root of the store since when I click on my public html and my zencart store, there is an include folder already).
Last edited by kwesi; 17 Jul 2018 at 12:56 PM.
I have Zen cart 1.5.6b with PHP 7.3 and getting the below warning
[23-Jun-2019 13:53:33 Australia/Melbourne] Request URI: /xxxx/orders.php?cID=20525&page=1&oID=20993&action=edit, IP address: 49.197.64.63
#1 dirbankaus->update_status() called at [/home/x/public_htmlxxx/includes/modules/payment/dirbankaus.php:41]
#2 dirbankaus->dirbankaus() called at [/home/xxxx/public_html/gdadmin/orders.php:420]
--> PHP Warning: Illegal string offset 'id' in /home/xxxxx/public_html/includes/modules/payment/dirbankaus.php on line 50.
line 50 dirbankaus.php is below:
$check = $db->Execute("select zone_id from " . TABLE_ZONES_TO_GEO_ZONES . " where geo_zone_id = '" . MODULE_PAYMENT_DIRBANKAUS_ZONE . "' and zone_country_id = '" . $order->delivery['country']['id'] . "' order by zone_id");
From my reading I don't think this error can be fixed in line 50. It might need to be fixed in line 41 below?:
if (is_object($order)) $this->update_status();
Hi Nigel
Can we confirm dirbankusa will work on v1.5.8 and php8 ?
when deployed I only get a partial list of payment methods. (and no disbank)
I am in South Africa and hard wired the zone flag to true, but this may not be enough.
and changed "Routing" to Branch Code.
Thank you