Ok,
Looks like a left out a line of code from my merge file as above....
added the following code //include(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/order_total/' . $value);
and all is now working.
Thanks for all you help.
Ok,
Looks like a left out a line of code from my merge file as above....
added the following code //include(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/order_total/' . $value);
and all is now working.
Thanks for all you help.
No problem, glad you were able to get everything working!
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
On Zencart 1.5.0 with a working Edit order 4.0.3
We are getting this error when clicking 'new order' from Admin Home -> Customers -> Customers :
The link shown in the address bar is:Server error
The website encountered an error while retrieving http://localhost/XXXXXX/new_order.ph...222&action=new. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
What error message is recorded in the server logs as the cause of the "Internal Server Error"? What version of PHP is your web server running?
Can I safely assume your admin folder is named XXXXXX (or you masked the admin name with XXXXXX)? Are you running this on localhost (or masking a domain)?
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
Please provide any Zen Cart error logs corresponding to the message. These can be found in the log file directory you configured when installing Zen Cart. Log files generated when browsing the admin pages usually have "adm" in the name. These may or may not have been created.
The XAMPP Apache Error logs are usually at something like "\xampp\apache\logs\error.log". Please look through your error logs and find the line corresponding to the 50X error message. These are always created when Apache displays a 50x error unless you have disabled the error_log for apache. If you have disabled the error_log, please turn it back on.
Looking at the contents of these logs should give a better idea of the underlying cause.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
Working on Zen Cart 1.5 (had working Edit Order 4.03)
I installed Admin New Order V1.2. Was getting the same error messages to the language files the Canvas 101 earlier. So, I uninstalled both Admin New Order and Edit Order to get back to a clean file. I am still getting the following text in my invoices after the Admin New Order is uninstalled.
Could someone please tell me where/how to fix this for my invoices?
Thanks.
If you are getting error messages when installing "Admin New Order", this means something was not installed correctly.
If the messages were about missing / unable to load language files, most likely one of the merges was missed (98% of the time is the cause). Another possibility is your Zen Cart "/admin/includes/configure.php" may have some invalid or strange settings (2% of the time this is the cause).
What exact page is that screen shot from? "/admin/invoices.php"? If so, something other than Edit Orders or Admin New Customer has modified the file (neither of these two plugins / modules touch the file). I repeat, neither of these modules make changes to "/admin/invoices.php".
That said, you should be able to copy over a clean version of "/admin/invoices.php" (download a clean copy of Zen Cart's distribution zip file and extract the original file). Keep in mind whatever other modifications have been made in your Zen Cart installation to "/admin/invoice.php" will be lost.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
Hi
Great Plugin By the Way! I installed as instructed (Installed 'Edit Orders' with no issues and then 'Admin New Order'). All seems to work but I've noticed that I'm not getting 'total' on the Edit Order Page. See ScreenShot Below:-
The only other plugin I've installed that may be conflicting with this plugin is:-
http://www.zen-cart.com/downloads.php?do=file&id=597
Not sure if anyone can help point out whats causing the issue with the order totals?
Many thanks
Mark
If you have Edit Order 4.1 installed and are referring to the subtotal being 0, this is a known bug with Edit Orders 4.1. Instructions are posted on the Edit Orders Support thread regarding the sub-total being 0 when using Edit Orders 4.1.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker