Administrator
- Join Date:
- Sep 2009
- Location:
- Stuart, FL
- Posts:
- 14,066
- Plugin Contributions:
- 56
Edit Orders v4.0 Support Thread
Excellent! Thanks for the update.
Views: 346,051
Administrator
Excellent! Thanks for the update.
Totally Zenned
Hi
Installed edit_orders-4.1.7 and it is working (sort of)
I also have another plugin called 'Attribute Grid 1.3.1' . All my products are added using the normally in Zencart and all the options/variations are added using 'Attribute Grid 1.3.1' plugin.
In admin when I want to add an order to existing order:
Step 1: I can select the category fine
Step 2: I can select the product fine
Step 3: Here it aoutomatically display the first item ([2160] Racing Rosso+$56.00 ) at the top from the attributes page my using 'Attribute Grid 1.3.1' . It should give me an option to select which attribute I should select. Instead it selects aoutomatically the first uption ([2160] Racing Rosso+$56.00) and the field is not selectable or editable nor has a drop down.
For example I have following attributes from the Category but only the top one is choosen.
[2160] Racing Rosso+$56.00
[2161] Speed Yellow+$56.00
[2162] RS Blue+$56.00
[2164] Midnight Black+$56.00
[2165] Prestige Gold Met+$56.00
[2166] Power Green+$56.00
[2167] Flame Orange+$56.00
[2168] Pure White+$56.00
Can anyone please help?
Totally Zenned
oavs:
Hi
Installed edit_orders-4.1.7 and it is working (sort of)
I also have another plugin called 'Attribute Grid 1.3.1' . All my products are added using the normally in Zencart and all the options/variations are added using 'Attribute Grid 1.3.1' plugin.
In admin when I want to add an order to existing order:
Step 1: I can select the category fine
Step 2: I can select the product fine
Step 3: Here it aoutomatically display the first item ([2160] Racing Rosso+$56.00 ) at the top from the attributes page my using 'Attribute Grid 1.3.1' . It should give me an option to select which attribute I should select. Instead it selects aoutomatically the first uption ([2160] Racing Rosso+$56.00) and the field is not selectable or editable nor has a drop down.For example I have following attributes from the Category but only the top one is choosen.
[2160] Racing Rosso+$56.00
[2161] Speed Yellow+$56.00
[2162] RS Blue+$56.00
[2164] Midnight Black+$56.00
[2165] Prestige Gold Met+$56.00
[2166] Power Green+$56.00
[2167] Flame Orange+$56.00
[2168] Pure White+$56.00Can anyone please help?
Product attribute grid was not made compatible until version 1.3.3. You will need to upgrade that plugin in order for it to work with Edit Orders. There is nothing wrong with Edit Orders, it is/was working as designed. PAG was the software that was "behind" the times.
Totally Zenned
You beauty mate!
Works like xmas bells. Thank you :-)
Administrator
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
Zen Follower
Updated an older version to EO 4.2.0 and when I now try to edit an order, I get this error:
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
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?
Thanks
Zen Follower
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
Administrator
marieAA:
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?
Thanks
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).
marieAA: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
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.
Administrator
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?
Zen Follower
lat9:
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?
yep you are right, it was the admin/edit_orders.php update that didn't update correctly on the website. Everything seems to be alright now.
Thank you
Administrator
@marieAA, thanks for the update!
Zen Follower
lat9:
@marieAA, thanks for the update!
thank YOU for the help! Really appreciated
New Zenner
Hi!
Is this correct? ( $order->id ?? )
```html
<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>
```
(line #758 in modified YOUR_ADMIN\orders.php)
Administrator
<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> ``` > > (line #758 in modified YOUR_ADMIN\orders.php) No, it is not! In each case, that ***$order->id*** should be ***$_GET['oID']***. I'll get this updated in the plugin's [GitHub repository](https://github.com/lat9/edit_orders/issues) and ready for a 4.2.1 release. Thanks for the report!:smile:yesaul:
Hi!
Is this correct? ( $order->id ?? )
```html
Administrator
Arggh, I've submitted v4.2.1 for review, but it's got a PHP parse error. Hold up for v4.2.2, coming soon.
Administrator
lat9:
Arggh, I've submitted v4.2.1 for review, but it's got a PHP parse error. Hold up for v4.2.2, coming soon.
EO v4.2.2 was just submitted to the Plugins for review; I'll post back when it's available.
Administrator
lat9:
EO v4.2.2 was just submitted to the Plugins for review; I'll post back when it's available.
Wow, that was quick! EO v4.2.2 is now available for download.
New Zenner
Hi
Recently I've upgraded my ZC version from 1.3.9h to 1.5.5e. Also upgraded Super orders and edit orders module to current latest version though. Now my issue is
After I've edited attribute option value in order details page, option name sort order was totally messed up. Its completely changed and its not look like as before. Please see this small video. I've entered Sort order properly on each option name.
Please help..
Administrator
What are your current settings for Products Info - Products Option Name Sort Order and Products Info - Product Option Value of Attributes Sort Order in Configuration->Product Info?
New Zenner
lat9:
What are your current settings for Products Info - Products Option Name Sort Order and Products Info - Product Option Value of Attributes Sort Order in Configuration->Product Info?
Hi
Thanks for reply. here is my settings Configuration->Product Info
Catalog -> Option name sorter
Fields marked required must be completed.
Tell staff why this post should be reviewed.