Zen Cart Logo
Forums / All Other Contributions/Addons / Edit Orders 1.53 install question

Edit Orders 1.53 install question

Locked

Views: 836

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
3 Sep 2008, 2:36 PM
#1
invision avatar

invision

New Zenner

Join Date:
Mar 2008
Location:
Pickerington, OH
Posts:
30
Plugin Contributions:
0

Edit Orders 1.53 install question

I'm trying to install the latest version of Edit Orders (1.53) to my install of Zen-cart 1.38a/zenmagick 0.90.

The install (readme.txt) includes instructions on editing 'admin/orders.php'

INSTALLATION:

  1. Upload files to your store directory;
  2. Make the following changes to admin/orders.php:

Find:

$contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '</a>');

Replace With:

$contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDER_EDIT, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '</a>');

The challenge is, I can't find the lines of code in orders.php to edit. I've gone back to the original install files for 1.3.8 and the code to edit is not in there.

Am I missing something?

Perhaps someone could share line numbers where this code exists?

thanks in advance for your assistance.

23 Sep 2008, 12:15 PM
#2
spinnywoman avatar

spinnywoman

Zen Follower

Join Date:
Jul 2004
Location:
Oxford
Posts:
101
Plugin Contributions:
0

Re: Edit Orders 1.53 install question

Agree. My file ../orders.php version 1.3.8 is dated 28/07/2007