Hi, I have zencart installed, but need to disable the cart function so that its just a catalogue.
I can't access the admin panel, so which file do I edit manually?
Manythanks.
Hi, I have zencart installed, but need to disable the cart function so that its just a catalogue.
I can't access the admin panel, so which file do I edit manually?
Manythanks.
Go to your phpMyAdmin and find the configuration_key for:
STORE_STATUS
Change the configuration_value ...Store Status
What is your Store Status
0= Normal Store
1= Showcase no prices
2= Showcase with prices
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 very very much. This has saved my bacon!
![]()
Just curious, how are you using Zen Cart if you can't access the admin panel?
Well, I just uploded it from my local pc, but I can't access the admin page because of this error:
Warning: main(DIR_FS_CATALOG_LANGUAGESenglish/meta_tags.php): failed to open stream: No such file or directory in /home/annama8796/public_html/admin/includes/languages/english.php on line 50
Fatal error: main(): Failed opening required 'DIR_FS_CATALOG_LANGUAGESenglish/meta_tags.php' (include_path='.:/usr/local/lib/php') in /home/annama8796/public_html/admin/includes/languages/english.php on line 50
Any ideas on how to fix it?
This is not my field of expertise, but it sounds like you may not have gotten all the files uploaded properly. English.php is looking for meta_tags.php and not finding it.
Or possibly there is a definition error, because you should not be seeing
(DIR_FS_CATALOG_LANGUAGESenglish/meta_tags.php) but something like
(/home/public_html/includes/languages/english/meta_tags.php).