Zen Cart Logo
Forums / Upgrading to 1.5.x / Unable to edit orders/invoices after upgrade

Unable to edit orders/invoices after upgrade

Views: 1,664

Results 1 to 8 of 8
19 Sep 2012, 5:14 PM
#1
hawkweber avatar

hawkweber

New Zenner

Join Date:
Aug 2007
Posts:
15
Plugin Contributions:
0

Unable to edit orders/invoices after upgrade

After the upgrade (from 1.3.7 to 1.5.0) I am no longer able to edit (or even view completely) orders/invoices. Clicking on the edit will bring up the order screen, list the customer/adress, shipping address, billing address, tel, email, ip, invoice #, date purchased, payment method (and details of the payment), referral - and then nothing else. No product purchased or totals, no special instructions, no update process fields. It's just blank from that point on. Same thing when viewing the invoice - it doesn't list anything after referral.

Any thoughts on what might be happening here or where I should look to see if there is some errant/bad code running around?

19 Sep 2012, 6:25 PM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Unable to edit orders/invoices after upgrade

You might look at some of the threads below in the similar threads but, we need to know more. If you can reply with answers to the posting tip questions, you might get better help.

19 Sep 2012, 7:18 PM
#3
hawkweber avatar

hawkweber

New Zenner

Join Date:
Aug 2007
Posts:
15
Plugin Contributions:
0

Re: Unable to edit orders/invoices after upgrade

Dbltoe -

  • I have not posted about this before.
  • I have indicated version in use and from what version I upgraded from.
  • Used upgrade procedure to do upgrade.
  • I have not installed any add-ons from before as they are no longer supported.
  • Installed via FTP and zc_install
  • There are no customizations made to the admin area.
  • Problem should not be related to server/hosting company.
  • Search for information in FAQ and forums relating to this not found.
  • Problem appears to have started after the upgrade. I haven't had a new order to check on since I did the upgrade, and now that I have one I noticed the problem. This issue affects all orders including those prior to upgrade.

The threads that you provided were not relevant to this problem.

What other information would you like?

20 Sep 2012, 4:19 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Unable to edit orders/invoices after upgrade

If you're getting a blank page, or a blank "part" of the page, it's because of PHP errors in your code. See: http://www.zen-cart.com/content.php?124-blank-page

20 Sep 2012, 1:46 PM
#5
hawkweber avatar

hawkweber

New Zenner

Join Date:
Aug 2007
Posts:
15
Plugin Contributions:
0

Re: Unable to edit orders/invoices after upgrade

Dr Byte - Thank You! The "blank-page" thread pointed me to the debug file in the cache and it indicated a call to undefined function (zen_get_orders_customers_referral) in orders.php. Apparently there was an extra custom function in my previous version install (1.3.7). I found the code in the forum, created a file, and it works fine now. Nice to see that I can refund/void credit card transactions right from within Zen instead of having to log in to firstdata (this feature wasn't present in 1.3.7).

Quick question - in order to refund/void, you need to enter the original transaction ID. There is nothing on the order that is indicated as "transaction id". Would this be the "Reference Number"?

20 Sep 2012, 2:41 PM
#6
limitless avatar

limitless

Inactive

Join Date:
Jan 2012
Posts:
496
Plugin Contributions:
0

Re: Unable to edit orders/invoices after upgrade

Verify with First Data that refunds/partial refunds work as you think through the admin interface.

I have an issue with my CC processor which uses an Authorize.Net emulator, that if I did a partial refund through the admin pages, it actually refunded the ENTIRE amount.

I have to do all refunds, full and partial, through the CC processors website.

20 Sep 2012, 4:01 PM
#7
hawkweber avatar

hawkweber

New Zenner

Join Date:
Aug 2007
Posts:
15
Plugin Contributions:
0

Re: Unable to edit orders/invoices after upgrade

Limitless - ok, but still which number do I use for "Transaction ID"?

20 Sep 2012, 4:21 PM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Unable to edit orders/invoices after upgrade

The transaction ID needed for a refund may be different between different processors, but is usually the transaction ID or authorization code received from the gateway when the transaction took place.
And that info is usually included in the order-history comments in your order info ... for gateways that support it.
Maybe your old version didn't store that info in the comments/history, so you may have to wait until a new order comes in before you'll get that info.