osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Can not see Pending orders

This is a discussion on Can not see Pending orders within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Just finished installing the latest osCommerce and one module, the PayPal module. I can create an order, submit it for ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 09-22-2003, 03:46 PM
Lurker
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jdhunter
Default Can not see Pending orders

Just finished installing the latest osCommerce and one module, the PayPal module. I can create an order, submit it for payment to PayPal, get paid via PayPal (I get the notice from PayPal), but when I click on any link in osCommerce that says "1 order Pending" it shows what I think should be a list of all pending orders but none show.

How do I manage the pending orders and turn them into real orders? If this is in the manual and I just missed it, my appologies. I have not spent the time to poke through the code, I will if no one has any suggestions.

Thanks, feel free to e-mail me if you wish.
Jim
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 05-17-2004, 05:34 PM
Active Member
 
Join Date: May 2004
Location: worcester ma
Posts: 162
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
fridgemags
Default

Are there any people in here who can help with this. I have the same problem, No orders are showing up in the pending orders list but I can call them up by entering the order number and it goes to the order edit screen.

I have read i think about every post in this forum and keep getting a stupid answer. "You must reinstall or back track." I just spent the whole day reinstalling the damn thing and i get the same problem. cannot see orders when i click on pending orders in the admin modules main window.

My new install was a clean install and a new database but still had the same problem so i wqent back to old database and store because it was not the problem.

This is killing me because I can see that there are new customers but have to keep filing through my records to see what order # i should be looking for, That is a real pain in the ass. Ya Know

Any help will be of great appreciation. Thanx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 05-17-2004, 10:10 PM
neil's Avatar
Active Member
 
Join Date: Nov 2002
Posts: 245
Thanks: 9
Thanked 7 Times in 6 Posts
Rep Power: 6
neil is on a distinguished road
Default

Localization > order Status > Pending should be default.
Customers > Then clicking on Orders in the sub menu of Customers ie. in the left navigation should give you all orders - till you delete the old ones.
The drop down box for Orders - Pending - Processing does give erronous readings.
__________________
HTH
Neil
www.12website.com

"You can have everything in life that you want if you will just help enough other people get what they want."
Zig Ziglar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 05-17-2004, 11:36 PM
Active Member
 
Join Date: May 2004
Location: worcester ma
Posts: 162
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
fridgemags
Default

Thanx for the try neil but

Localization> order status> Pending is set to default and I still see no orders under pending orders.

Also I just checked to see if the customer gets there order info when they log into the site to check there orders and they see nothing there either.

I just don't get what is going on here and it is killing me ARRRGGH

Any other ideas, I think it is a coding error or something is not getting called into the page. What file is it that puts the info on that page so I can check it? (With what little knowledge I do have) Plan on getting a php book

Any other ideas.

thanx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 05-17-2004, 11:40 PM
Active Member
 
Join Date: May 2004
Location: worcester ma
Posts: 162
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
fridgemags
Default

Some more info,

I can see the customers info under "Customers" Just not the orders associated. I can also enter the order number and get it that way.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 06-08-2004, 01:58 PM
Lurker
 
Join Date: Jun 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
nelsonlo
Default order status

Try this:

Go to admin/Localization/Order Staus and see if default order status is defined. If not, you can edit an existing status or add a new staus, specify it as the default and insert.

I did this and all of my orders by customer appeared.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 06-12-2004, 03:50 PM
New Member
 
Join Date: May 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
liltyga
Default

Quote:
Originally Posted by nelsonlo
Try this:

Go to admin/Localization/Order Staus and see if default order status is defined. If not, you can edit an existing status or add a new staus, specify it as the default and insert.

I did this and all of my orders by customer appeared.
I checked your comments with regard to admin/localization/order status, and that did nothing. i have also done a clean install and reinstalled, but cannot see pending orders or view All orders. Any solutions or other ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 06-12-2004, 04:00 PM
New Member
 
Join Date: May 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
liltyga
Default

With regard to the All orders not showing, that can be fixed by the following, which is listed in bug reports:

In /catalog/admin/orders.php
approx line 357

change

elseif (isset($HTTP_GET_VARS['status'])) {

to
elseif (isset($HTTP_GET_VARS['status']) && tep_not_null($HTTP_GET_VARS['status'])) {

It has also been changed in the csv: http://cvs.oscommerce.com/viewcvs.cg...2&r2=1.113

This still hasn't fixed the pending orders for me, so I'm going to keep looking
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 06-12-2004, 04:10 PM
New Member
 
Join Date: May 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
liltyga
Default

ok, got the pending items to show, all orders and processing items by removing " and ot.class = 'ot_total' " (without the double quotes) - I had 3 instances in admin/orders.php, but you might have 4. I'm not sure what effect that will have on anything else yet though, but I'll post if I see any problems. HTH
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
HELP!!! Check Out - pending AdamElder osCMax v2 Customization/Mods 1 08-29-2006 02:57 PM
order statuses mismatch (pending vs cancelled) kfree osCommerce 2.2 Modification Help 0 04-16-2005 04:52 PM
Paypal orders status = pending pablovel osCommerce 2.2 Modification Help 2 12-30-2004 08:35 PM
Order Status: Pending twinklep osCommerce 2.2 Modification Help 0 10-12-2004 08:18 AM
Delete all Pending orders sheikyerbouti osCommerce 2.2 Installation Help 2 12-21-2002 04:50 PM


All times are GMT -8. The time now is 08:59 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax