i was able to to a lil merge with latest version super orders and simple create order module
i took this peice of code from simple_create_orders\modifications\admin\oders.php
Code:
$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> <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>');
and injected it into admin/super_orders.php on line 1294
and it seams to be working fine as i see the little edit button on the superorders page, and when i click on it it brings me to the edit order page yippy
i really don't know what i'm doing so if someone with more experience can check it out and see if it's an ok hack that would be great
Bookmarks