HELP****Order page in admin not showing up
I've set up my cart, got everything done. I have one order. When I goto customers > orders, the page does not load, I've tried in safari, firefox, IE 7, on both my mac and pc, and same result each time. I click on the order and a blank page appears and it says done loading. The url's that are trying to load are
"admin/orders.php?oID=1&origin=index"
and "admin/orders.php"
Am I missing something? I really don't want to have to re-install all of this. I've installed zen several times with no problems what so ever. I'm using the latest release of the software.
PLEASE HELP. I have no way knowing what the order is with out emailing the customer, and that would be horrible.
BTW EVERYTHING else works, I can look at the customers info, address, birthday, everything, the only page that does not work is the orders page.
EDIT
There is no php error, or database error that comes up, simply a blank page, with no content.
Re: HELP****Order page in admin not showing up
What payment methods do you have installed? What version of Zen Cart are you using?
Re: HELP****Order page in admin not showing up
Newest version, only have paypal installed.
Re: HELP****Order page in admin not showing up
Dannyboye-
Where you able to resolve this problem I am having the same problem I have orders but I am not able to view my order when I go to admin/customers/order.
Some body please help
Re: HELP****Order page in admin not showing up
In your admin/orders.php file,
find:
PHP Code:
* @version $Id: orders.php 5426 2006-12-28 14:58:57Z drbyte $
*/
add below:
PHP Code:
error_reporting(E_ALL);
reload your orders page. Do you still see a simple blank page. If not, please report the lines that you both see.
Re: HELP****Order page in admin not showing up
Could you check:
1 in the orders table via phpMyAdmin do you see the orders_id that appears to be missing?
2 can you do a search in the Zen Cart Admin for that orders_id ... does it now come up?
Re: HELP****Order page in admin not showing up
Okay when I go into my phpmyadmin I don't see the order_id, but when I do go into admin/developer tool kit and type order_id I get several findings. I opened up the order.php file in my file manager but I was not able to find:
PHP Code:
* @version $Id: orders.php 5426 2006-12-28 14:58:57Z drbyte $
*/
Re: HELP****Order page in admin not showing up
What version Zen Cart are you running?
Clean install or an upgade?
How did you install and how did you upgrade?
What payment method is being used?
Current Zen Cart is v1.3.7 plus the current PayPal Patch at:
http://www.zen-cart.com/forum/showthread.php?t=56216
Re: HELP****Order page in admin not showing up
HTML Code:
What version Zen Cart are you running?
Clean install or an upgade?
How did you install and how did you upgrade?
What payment method is being used?
Current Zen Cart is v1.3.7 plus the current PayPal Patch at:
http://www.zen-cart.com/forum/showthread.php?t=56216
I installed a clean version of zencart
I install zencart v1.3.7 throw cpanel
I am using paypal IPN
I was able to see order before then all of a sudden I can't
Re: HELP****Order page in admin not showing up
I was trying to remember if I install a contribution, and I do remember installing edit order mod, then that when I wasn't able to view my orders once that mod was installed.