What Payment Module are you using for the Cash Payment?
What Payment Module are you using for the Cash Payment?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
This would disable the COD Payment Module when the Flat Rate flat Shipping module has been selected by changing the code in:
/includes/modules/payment/cod.php
where it reads:
to read:Code:$this->enabled = ((MODULE_PAYMENT_COD_STATUS == 'True') ? true : false);
Now if Flat Rate flat shipping module is selected then the COD Payment Module will be disabled and not shown ...Code:$this->enabled = ((MODULE_PAYMENT_COD_STATUS == 'True') ? true : false); // do not show COD when shipping is Flat Rate if ($_SESSION['shipping']['id'] == 'flat_flat') { $this->enabled = false; }
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Ajeh, many thanks that worked just perfectly. All I have to do now is test the payment processes, add some more products and go live
Thank you so much. If you want to take a coffee break have a look at the site www.fastbikegear.co.nz
I've set all of the stock other than Indicator Reminders to zero until we have finished testing it.
Critiscms and suggestions valued!
Thanks for the update that this worked for you ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!