Hi nigelt

I am using your linked version and I have also made the changes like below and I still can't see it on the check out page. It only displays PayPal option. My version zencart is 1.5.3

Can you please suggest what else can be done to make it work. I have also re uploaded files using FTP and still no luck.


---------- locate the code that reads like -----
if ( ($this->enabled == true) && ((int)MODULE_PAYMENT_DIRBANK_ZONE > 0) ) {
$check_flag = false;
$check = $db->Execute("select zone_id from " . TABLE_ZONES_TO_GEO_ ................
--------------------------------------------------

And change the $check_flag = false ; to $check_flag = true ;