Zen Cart Logo
Forums / Addon Admin Tools / Edit Orders v4.0 Support Thread

Edit Orders v4.0 Support Thread

Views: 346,083

Results 1,721 to 1,740 of 1,927
18 Sep 2021, 4:46 PM
#1721
dave224 avatar

dave224

Zen Follower

Join Date:
Jun 2012
Posts:
481
Plugin Contributions:
0

Edit Orders v4.0 Support Thread

I encountered the following notice when deleting an order from the admin orders listing page:

PHP Notice: Undefined offset: 3 in ...admin/includes/classes/observers/EditOrdersAdminObserver.php on line 69

Also, should the edit order button appear in the delete order confirmation area after the delete button is clicked on the orders listing page? It seems out of place to me there.

Thanks for a great add-on!
Dave
zc257c, php 7.3.x, eo 4.6.0

14 Oct 2021, 12:32 AM
#1722
dave224 avatar

dave224

Zen Follower

Join Date:
Jun 2012
Posts:
481
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

Edit Orders 4.5.7 recalculates tax differently than store side. Specifically, the store side calculates tax on the product subtotal minus group discount (which is what I want), but edit orders calculates the tax on the product subtotal before the discount is applied. Please help. Log attached.
Dave
zc v155f, php 7.3.x

14 Oct 2021, 12:47 PM
#1723
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

Dave224:

Edit Orders 4.5.7 recalculates tax differently than store side. Specifically, the store side calculates tax on the product subtotal minus group discount (which is what I want), but edit orders calculates the tax on the product subtotal before the discount is applied. Please help. Log attached.
Dave
zc v155f, php 7.3.x
Thanks for the log, it'll help to determine what's going on. I've created an issue (https://github.com/lat9/edit_orders/issues/207) in EO's GitHub repository to track the change needed.

Please note that my time is currently devoted to paid-clients' requests, but I'll try to work this in over the next weeks.

15 Oct 2021, 10:56 AM
#1724
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

lat9:

Thanks for the log, it'll help to determine what's going on. I've created an issue (https://github.com/lat9/edit_orders/issues/207) in EO's GitHub repository to track the change needed.

Please note that my time is currently devoted to paid-clients' requests, but I'll try to work this in over the next weeks.
Please note that the issue appears to be the use of ot_quantity_discount (I thought you were referencing ot_group_pricing). You'll need to contact the author of that add-on order-total for resolution of the reported issue.

15 Oct 2021, 3:36 PM
#1725
eavinu avatar

eavinu

New Zenner

Join Date:
Jan 2009
Posts:
37
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

I have searched everywhere to find a solution for this request of a customer:

He wants the sort order of ordered items in the edit order page (and in printed packing slip etc') will be Alphabetically sorted.
How can I get this to happen?

16 Oct 2021, 11:57 AM
#1726
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

eavinu:

I have searched everywhere to find a solution for this request of a customer:

He wants the sort order of ordered items in the edit order page (and in printed packing slip etc') will be Alphabetically sorted.
How can I get this to happen?
That sounds like a custom-coding effort, noting that the same changes would be needed for the base Zen Cart Customers :: Orders display, too. The products are listed in the order that the customer added them to their cart.

24 Oct 2021, 3:26 PM
#1727
dave224 avatar

dave224

Zen Follower

Join Date:
Jun 2012
Posts:
481
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

Edit Orders 4.5.7 recalculates tax differently than store side. Specifically, the store side calculates tax on the product subtotal minus group discount (which is what I want), but edit orders calculates the tax on the product subtotal before the discount is applied.

Turns out the problem was unrelated to Edit Orders but to a bad delivery state set for the in-store pickup shipping method. The state abbreviation was used instead of the state spelled out.
Dave

13 Jan 2022, 2:54 PM
#1728
chuckphillips avatar

chuckphillips

Zen Follower

Join Date:
Sep 2012
Location:
Upstate South Carolina
Posts:
106
Plugin Contributions:
1

Re: Edit Orders v4.0 Support Thread

zc 1.56,1.57 php 7.4, edit orders 1.5

When editing Text Attributes, it appears that the length of the text allowed is being limited by the Size parameter of the option name. The Size parameter is the size of the input box. The text length should be limited by the Max parameter of the option name.

To re-create the issue, create a text option name with a Size of 10 and the Max of 20. When editing that option within an order, you can only enter 10 characters (Size) but in the catalog you can enter 20 chars (Max).

17 Jan 2022, 12:38 PM
#1729
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

ChuckPhillips:

zc 1.56,1.57 php 7.4, edit orders 1.5

When editing Text Attributes, it appears that the length of the text allowed is being limited by the Size parameter of the option name. The Size parameter is the size of the input box. The text length should be limited by the Max parameter of the option name.

To re-create the issue, create a text option name with a Size of 10 and the Max of 20. When editing that option within an order, you can only enter 10 characters (Size) but in the catalog you can enter 20 chars (Max).
What is "edit orders 1.5"? I'll note that the current version is 4.6.0.

17 Jan 2022, 1:45 PM
#1730
chuckphillips avatar

chuckphillips

Zen Follower

Join Date:
Sep 2012
Location:
Upstate South Carolina
Posts:
106
Plugin Contributions:
1

Re: Edit Orders v4.0 Support Thread

Sorry! Its the latest version, 4.6.0

17 Jan 2022, 1:48 PM
#1731
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

ChuckPhillips:

Sorry! Its the latest version, 4.6.0
Thanks for the update. I'm in the middle of a couple of upgrades, but once completed, I'll attempt to reproduce (and ultimately correct) that issue.

10 Feb 2022, 12:07 PM
#1732
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

ChuckPhillips:

zc 1.56,1.57 php 7.4, edit orders 1.5

When editing Text Attributes, it appears that the length of the text allowed is being limited by the Size parameter of the option name. The Size parameter is the size of the input box. The text length should be limited by the Max parameter of the option name.

To re-create the issue, create a text option name with a Size of 10 and the Max of 20. When editing that option within an order, you can only enter 10 characters (Size) but in the catalog you can enter 20 chars (Max).
GitHub tracking issue opened: https://github.com/lat9/edit_orders/issues/210

17 Feb 2022, 1:07 AM
#1733
oldngrey avatar

oldngrey

Zen Follower

Join Date:
Apr 2008
Location:
Qld, Australia
Posts:
417
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

I sell in AUD$ and Admin | Home |display new order list displays new orders with a dollar sign and any international currency selected for display by the customer is also displayed inside brackets after the AUD value. eg "$37.20 (£19.95)".

If I select that order and select edit order for that order to get an idea on cost in AUD for customs purposes etc and cancel out of the editing, the values displayed on the home page are now all in the foreign currency eg "£37.20 (£19.95)".

The only way to clear this is to log out and log back in.

17 Feb 2022, 11:42 AM
#1734
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

OldNGrey:

I sell in AUD$ and Admin | Home |display new order list displays new orders with a dollar sign and any international currency selected for display by the customer is also displayed inside brackets after the AUD value. eg "$37.20 (£19.95)".

If I select that order and select edit order for that order to get an idea on cost in AUD for customs purposes etc and cancel out of the editing, the values displayed on the home page are now all in the foreign currency eg "£37.20 (£19.95)".

The only way to clear this is to log out and log back in.
Is that custom code? I've got a client who sells in CA$ and US$ and I'm not seeing that for placed orders.

17 Feb 2022, 11:52 AM
#1735
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

lat9:

Is that custom code? I've got a client who sells in CA$ and US$ and I'm not seeing that for placed orders.
Duh, it's that block on the home page ... I'll check that out.

17 Feb 2022, 12:22 PM
#1736
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

lat9:

Duh, it's that block on the home page ... I'll check that out.
GitHub tracking issue: https://github.com/lat9/edit_orders/issues/211

5 Mar 2022, 2:05 PM
#1737
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

I've just submitted v4.6.1 of Edit Orders for the Zen Cart moderators' review; I'll post back here when it's available for download.

This release contains changes associated with the following GitHub issues:

#203: Remove "Ty Package Tracker" and other duplicates from the language file.
#206: Add hidden field on order-update to include each ordered product's "products_id".
#208: Correct unwanted "Edit" button (and log) when an order-deletion is being confirmed.
#209: Ensure 'EO_DEBUG_ACTION_LEVEL' configuration setting is recorded; might not be for way-old versions when updating.
#210: On add/update, TEXT attributes' maximum-entry should be based on the option's 'length', not the 'size'.
#211: Correctly manage $_SESSION['currency'] for orders placed in a currency other than the site's default.

Additional thanks to @OldNGrey for helping to validate the change for issue#211.

9 Mar 2022, 3:50 PM
#1738
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

lat9:

I've just submitted v4.6.1 of Edit Orders for the Zen Cart moderators' review; I'll post back here when it's available for download.

This release contains changes associated with the following GitHub issues:

#203: Remove "Ty Package Tracker" and other duplicates from the language file.
#206: Add hidden field on order-update to include each ordered product's "products_id".
#208: Correct unwanted "Edit" button (and log) when an order-deletion is being confirmed.
#209: Ensure 'EO_DEBUG_ACTION_LEVEL' configuration setting is recorded; might not be for way-old versions when updating.
#210: On add/update, TEXT attributes' maximum-entry should be based on the option's 'length', not the 'size'.
#211: Correctly manage $_SESSION['currency'] for orders placed in a currency other than the site's default.

Additional thanks to @OldNGrey for helping to validate the change for issue#211.
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=1513

23 Apr 2022, 12:03 AM
#1739
helenewallis avatar

helenewallis

Totally Zenned

Join Date:
Jun 2016
Location:
Suffolk VA
Posts:
625
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

ZC 1.57c, template fluorspar

I've looked back over a year in the posts on this thread and don't see anyone else having this problem. So I'm not sure whether it's connected to my template or what. I can change an order with Edit Orders but when I save the change, the screen does not reload. If I refresh back to the admin home page, the changes are there and everything appears to be correct, but it's necessary to do that for every change you have to make. We don't often need to make a change, but this is still irritating. Any suggestions?

23 Apr 2022, 7:36 AM
#1740
marton_1 avatar

marton_1

Totally Zenned

Join Date:
Apr 2013
Location:
eglisau switzerland
Posts:
568
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

HeleneWallis:

ZC 1.57c, template fluorspar

I've looked back over a year in the posts on this thread and don't see anyone else having this problem. So I'm not sure whether it's connected to my template or what. I can change an order with Edit Orders but when I save the change, the screen does not reload. If I refresh back to the admin home page, the changes are there and everything appears to be correct, but it's necessary to do that for every change you have to make. We don't often need to make a change, but this is still irritating. Any suggestions?

Have you tried refreshing your browser cache?