Hi,
I want to set exeption on LOW ORDER fee for store walk in customer is there is any way that we can Set this![]()
Hi,
I want to set exeption on LOW ORDER fee for store walk in customer is there is any way that we can Set this![]()
With Thanks
Rovin
You can customize the Order Total module:
/includes/modules/order_total/ot_loworderfee.php
And around line 64, change the code to:
Code:if ($charge_it == 'true') {Code:// bof: no Low Order Fee on Store Pick up if ($_SESSION['shipping']['id'] == 'storepickup_storepickup') { $charge_it = false; } // eof: no Low Order Fee on Store Pick up if ($charge_it == 'true') {
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!
Thank You Ajeh![]()
With Thanks
Rovin
You are most welcome ...
Remember us when you are rich and famous ...![]()
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!