You beauty mate!
Works like xmas bells. Thank you :-)
You beauty mate!
Works like xmas bells. Thank you :-)
Downunder QLD
This version contains the changes associated with the following issues (identified by their GitHub issue number):
#39: Additional option type supported (for SBA interoperation).
#42: Remove integration with Ty Package Tracker (separate install required)
#43: Restructure plugin installation
#44: Remove support for Zen Cart versions prior to v1.5.5.
If you are using a version of Zen Cart prior to v1.5.5, please continue to use EO v4.1.7.
Once approved, you can download the update here: https://www.zen-cart.com/downloads.php?do=file&id=1513
Updated an older version to EO 4.2.0 and when I now try to edit an order, I get this error:
I thought maybe I had to change the "true" to "1" but I still get the error. Any thoughts on what I might have done wrong?PHP Fatal error: Call to a member function eoLog() on a non-object in admin/includes/functions/extra_functions/edit_orders_functions.php on line 1534
Thanks
I should also ask... when clicking the ADMIN HOME link, should something have happened since I already had 4.1.5 installed because nothing happened
You're missing the file /YOUR_ADMIN/includes/classes/editOrders.php (and if you're missing that, you're probably also missing EditOrdersQueryCache.php from the same directory).
When you click the "Admin Home" button, EO does its installation (now without message). You'll need to review the distribution zip-file to make sure that you've copied all the required files from the plugin.
Note that the readme's inclusion of "what changed in this release" only began with v4.2.0.
OK, I misspoke in my previous post. To receive the log information that you indicated, the $eo object was not previously created, which implies that the version of /YOUR_ADMIN/edit_orders.php wasn't updated correctly.
What version of EO were you upgrading from?
Hi!
Is this correct? ( $order->id ?? )
(line #758 in modified YOUR_ADMIN\orders.php)HTML Code:<td colspan="2" align="right" class="noprint"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS_INVOICE, 'oID=' . $order->id) . '" target="_blank">' . zen_image_button('button_invoice.gif', IMAGE_ORDERS_INVOICE) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS_PACKINGSLIP, 'oID=' . $order->id) . '" target="_blank">' . zen_image_button('button_packingslip.gif', IMAGE_ORDERS_PACKINGSLIP) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_orders.gif', IMAGE_ORDERS) . '</a>' . $extra_buttons; ?></td>
Bookmarks