I was in shock too when I installed version 2 and saw that the edit button was there...lol

to the right of the order you should see at the top of the column: details delete invoice packing slip buttons



then at the bottom is the edit button.

when editing an order you should use the edit button at the bottom of the column.

If you have an edit button at the top (where it should be details button), then try reinstalling the files again especially the buttons...make sure they are in the correct sections when uploading.

did you also make these edits to the admin/orders.php file:

2. Make the following changes to admin/orders.php:



Find: (In 1.3.8a on line 854)

$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> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=delete', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '</a>');


Replace With:

$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_details.gif', IMAGE_DETAILS) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=delete', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '</a>');





Quote Originally Posted by laurelsstitchery View Post
I'm using ZC version 1.3.9d. I've read through this whole support thread and haven't seen my issue, so here goes.

I have the default Authorize.net AIM module and Paypal Express turned on for my site. Before installation of this mod, when I go to the details of the order, I can capture funds, do refunds, etc. on the orders. After installation, all of that is missing. I can provide screenshots if necessary. Granted, I've just discovered the version 2 and haven't installed it yet, so this is all working with the 1.5.3 version.

Another thing - after installation, my details button was renamed "edit". Should that have happened? That means I have two edit buttons. Maybe that's the issue?

Any help would be greatly appreciated! Thanks! :)

Laurel