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

Edit Orders v4.0 Support Thread

Views: 346,073

Results 1,481 to 1,500 of 1,927
4 Sep 2019, 12:54 AM
#1481
donw avatar

donw

New Zenner

Join Date:
May 2018
Location:
Melbourne, Australia
Posts:
29
Plugin Contributions:
0

Edit Orders v4.0 Support Thread

Thanks, much appreciated. Will do this evening, as I'm tied up for the rest of the day.

lat9:

@donw, a couple of things you could do:

  1. Install Report All Errors (https://www.zen-cart.com/downloads.php?do=file&id=1792) and then set Configuration->Logging->Report All Errors Admin to IgnoreDups and Backtrace on Notices to true). That will help me to determine some of what's going on.
  2. Enable Edit Orders' debug (Configuration->Edit Orders->Debug Action Level) to 1.

Create a test order, split it and then attempt to edit it. I'll be 'looking for' two types of logs:

  1. /logs/myDEBUG-adm-*.log ... files that were created during (a) the initial EO 'view' of the order and (b) the one that includes the fatal error.
  2. /logs/edit_orders/debug_edit_orders_xxx.log, where xxx is the split order being edited.

I'll PM you my direct email address, as those logs (especially the edit_orders one) can get pretty big.

16 Sep 2019, 11:35 AM
#1482
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

donw:

Thanks, much appreciated. Will do this evening, as I'm tied up for the rest of the day.
The issue that @donw reported is due to that "Super Orders" split operation produced a split order that has no 'ot_shipping' component ... on a site that has ot_shipping enabled.

I've opened an issue on Edit Orders' GitHub repository, but it's low priority as that's non-standard behavior.

5 Oct 2019, 7:44 PM
#1483
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

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

 This release contains changes associated with the following GitHub issues:

#124: zc157 "future-proofing".
#126: Correct pricing issues when a product includes priced attributes.
#127: Correct various PHP notices.
#128: Empty order rendered if an observer disallows an order's update.
#129: PHP notice on Customers::Orders if no sidebox generated, e.g. when an order is being deleted.
#130: Additional notifications for site-specific customizations.
#131: (partial) If there's an orders_status::sort_order field, sort the orders-status values by that value.
#132: Use zen_get_countries_name to retrieve a country's name (zc157 future-proofing).
#133: PHP notice generated when an observer adds additional, display-only totals.
#134: Delivery address (zc156b+) might be empty when an order 'ships' via storepickup.
#135: Can't add new order-totals during order-edit.
#136: Enable a store to override EO's use of numeric input fields.
#137: MySQL error when a store does not include ot_shipping.
#139: Currency-cron fails if Edit Orders is installed (documentation only).
#140: Update the 'mock cart' to include variables for the order's total/weight (note, not actually valid values!)

8 Oct 2019, 12:41 PM
#1484
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

lat9:

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

 This release contains changes associated with the following GitHub issues:

#124: zc157 "future-proofing".
#126: Correct pricing issues when a product includes priced attributes.
#127: Correct various PHP notices.
#128: Empty order rendered if an observer disallows an order's update.
#129: PHP notice on Customers::Orders if no sidebox generated, e.g. when an order is being deleted.
#130: Additional notifications for site-specific customizations.
#131: (partial) If there's an orders_status::sort_order field, sort the orders-status values by that value.
#132: Use zen_get_countries_name to retrieve a country's name (zc157 future-proofing).
#133: PHP notice generated when an observer adds additional, display-only totals.
#134: Delivery address (zc156b+) might be empty when an order 'ships' via storepickup.
#135: Can't add new order-totals during order-edit.
#136: Enable a store to override EO's use of numeric input fields.
#137: MySQL error when a store does not include ot_shipping.
#139: Currency-cron fails if Edit Orders is installed (documentation only).
#140: Update the 'mock cart' to include variables for the order's total/weight (note, not actually valid values!)
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=1513

3 Dec 2019, 2:01 PM
#1486
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

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

 This release contains changes associated with the following GitHub issues:

#142: Correct PHP notice issued if an order has no tax groups.
#143: Correct spelling of Ty Package Tracker constant name.
#144: Products with attributes, selected option not selected.
#146: Adding a product, correct PHP notices for missing field-override variables.
#147: Order-addresses' display order, additional configuration setting.
#148: Correct detection of additional status-history database fields.

6 Dec 2019, 7:25 PM
#1487
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

zen v1.56c
php7.1
edit orders v 4.43
ty package
super orders

  1. i have wholesale account installed, how can i edit order with wholesale pricing. ex. if i checkout a wholesale customer and edit the order, price is showing the wholesale price. if i change price and click update, price shows retail price. and not the price i just changed to nor does it go back to the wholesale price that was there.
  2. one time discount works to add to order
    Shipping insurance does not work to add to order
    payment module fee does not work to add to order
6 Dec 2019, 7:41 PM
#1488
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

To edit an order with wholesale pricing (note that I'm *assuming *that you're using the Dual Pricing plugin), you'll need to make sure that you've chosen the As Entered option from the Choose product-pricing method dropdown.

I've tested EO with neither an optional shipping-insurance nor payment-module fee order total. It's quite possible that those plugins aren't EO-compatible.

Would you provide the download links for each?

6 Dec 2019, 8:02 PM
#1490
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

where is this option at
Choose product-pricing method dropdown

6 Dec 2019, 8:08 PM
#1491
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

and also attributes dont stick, meaning when add products choose 1 with an attribute. only the default display please choose shows, same when changing attribute color

6 Dec 2019, 8:14 PM
#1492
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

figured this 1 out thank you
where is this option at
Choose product-pricing method dropdown

6 Dec 2019, 8:23 PM
#1493
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

figured this 1 out thank you
where is this option at
Choose product-pricing method dropdown
actually manually works
but automatically show retail price
but when adding products customer needs to be logged in to see wholesale pricing, maybe admin needs to see their account to check for the flag than post the price

6 Dec 2019, 8:34 PM
#1494
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

jimmie:

and also attributes dont stick, meaning when add products choose 1 with an attribute. only the default display please choose shows, same when changing attribute color

but they do show in comments when product added

6 Dec 2019, 8:56 PM
#1495
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

The 'attributes sticking' has been corrected in v4.5.0, recently submitted to the Zen Cart moderators for review.

If you want to get the update prior to the moderators' review, you can download from Edit Orders' GitHub repository: https://github.com/lat9/edit_orders/releases

9 Dec 2019, 8:49 PM
#1496
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

lat9:

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

 This release contains changes associated with the following GitHub issues:

#142: Correct PHP notice issued if an order has no tax groups.
#143: Correct spelling of Ty Package Tracker constant name.
#144: Products with attributes, selected option not selected.
#146: Adding a product, correct PHP notices for missing field-override variables.
#147: Order-addresses' display order, additional configuration setting.
#148: Correct detection of additional status-history database fields.
Now available for download.

9 Jan 2020, 6:24 AM
#1497
diptimoy avatar

diptimoy

Zen Follower

Join Date:
Apr 2012
Location:
Bardhaman , Bharat
Posts:
217
Plugin Contributions:
1

Re: Edit Orders v4.0 Support Thread

Getting this error in edit_order page . version 1.5.6c and php 7

Warning: You have configured Zen Cart to display prices with tax. This page is currently displaying prices without tax.

where do i need to do the necessary changes ?

9 Jan 2020, 12:18 PM
#1498
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

diptimoy:

Getting this error in edit_order page . version 1.5.6c and php 7

Warning: You have configured Zen Cart to display prices with tax. This page is currently displaying prices without tax.

where do i need to do the necessary changes ?
You need to make sure that both configuration settings (My Store->Display Prices with Tax, My Store->Display Prices with Tax in Admin) are set to 'true' (assuming that the store displays prices with tax to your customers).

9 Jan 2020, 12:37 PM
#1499
diptimoy avatar

diptimoy

Zen Follower

Join Date:
Apr 2012
Location:
Bardhaman , Bharat
Posts:
217
Plugin Contributions:
1

Re: Edit Orders v4.0 Support Thread

lat9:

You need to make sure that both configuration settings (My Store->Display Prices with Tax, My Store->Display Prices with Tax in Admin) are set to 'true' (assuming that the store displays prices with tax to your customers).

Thanks a lot . it was set inc/ex earlier.

9 Jan 2020, 12:42 PM
#1500
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

No problem. Those settings need to be in synchronization so that the tax-calculations performed during order-editing are done in the same way as those during the order-creation on your storefront.