I tried this procedure:
http://www.zen-cart.com/showthread.p...iscount+coupon
But, I don't get an option box to select disable or remove. The arrow link goes nowhere for me. Any ideas?
![]()
I tried this procedure:
http://www.zen-cart.com/showthread.p...iscount+coupon
But, I don't get an option box to select disable or remove. The arrow link goes nowhere for me. Any ideas?
![]()
Look in your debug logs and see if you have any debug logs about the admin ...
You should see when you click on any of the Order Total modules a choice for REMOVING the installed modules ... if not, then you probably have an error that is causing that screen not to load completely ...
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!
Peek in the /logs directory to see what debug logs are there and what they contain ...
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!
You have a copy of:
ot_loworderfee_old.php
in the modules directory ...
This triggers an error as this is an auto-loading directory for any file that ends in .php
Instead of calling an old/backup file:
ot_loworderfee_old.php
if you used:
ot_loworderfee.php_OLD
then that would not be loaded and it would not conflict with the original file:
ot_loworderfee.php
Try renaming that file:
ot_loworderfee_old.php
to be:
ot_loworderfee.php_OLD
if you need to save a copy ...
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!