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

Edit Orders v4.0 Support Thread

Views: 346,060

Results 1,341 to 1,360 of 1,927
14 Dec 2018, 7:38 AM
#1341
bitg avatar

bitg

New Zenner

Join Date:
Nov 2018
Posts:
9
Plugin Contributions:
0

Edit Orders v4.0 Support Thread

Hello,

I have a problem. I just installed EO on zen cart 1.5.5f. I'm having an issue: when i try to change the price in edit orders it always resorts back to the stores listed price. (not the salemaker price) or any price other than list price. I try to change the number from $119 to $79.99 and click update. It reverts back every time. Thanks in advance.

14 Dec 2018, 12:31 PM
#1342
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

lidlchris:

ok, i did this and when i went into my admin section it showed 'edit orders installed' message. So then i went to edit an order and this is what i got (fake admin address):

[14-Dec-2018 01:34:50 UTC] Request URI: /fakeadmin/edit_orders.php?page=1&oID=243424&action=update_order, IP address: 160.3.207.42
#1 zen_round() called at [/home/honor/public_html/includes/classes/currencies.php:94]
#2 currencies->value() called at [/home/honor/public_html/fakeadmin/includes/classes/editOrders.php:436]
#3 editOrders->eoRoundCurrencyValue() called at [/home/honor/public_html/fakeadmin/includes/classes/editOrders.php:441]
#4 editOrders->eoFormatCurrencyValue() called at [/home/honor/public_html/fakeadmin/edit_orders.php:475]

[14-Dec-2018 01:34:50 UTC] PHP Warning: A non-numeric value encountered in /home/honor/public_html/fakeadmin/includes/functions/general.php on line 1783

Here is the coding at that line:

function zen_round($value, $precision) {
$value = round($value *pow(10,$precision),0);
$value = $value/pow(10,$precision);
return $value;
}

Right, and if you didn't make the required changes to the /includes/classes/order.php, then the numeric value of those order-totals (which is what's being formatted at the time of the error) won't be properly set.
14 Dec 2018, 12:39 PM
#1343
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

You don't say what version of EO that you're using, but the most recent version (4.3.5) provides a set of "Price Calculation Method" settings in its configuration settings.

For what you want to do, either

set Configuration->Edit Orders->Product Price Calculation — Method to *Manual *

or

set Configuration->Edit Orders->Product Price Calculation — Method to *Choose *and set the default choice Configuration->Edit Orders->Product Price Calculation — Default to Manual.

14 Dec 2018, 6:21 PM
#1344
bitg avatar

bitg

New Zenner

Join Date:
Nov 2018
Posts:
9
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

Thanks a lot. That was what I was looking for. The version is 4.3.5.

lat9:

You don't say what version of EO that you're using, but the most recent version (4.3.5) provides a set of "Price Calculation Method" settings in its configuration settings.

For what you want to do, either

set Configuration->Edit Orders->Product Price Calculation — Method to *Manual *

or

set Configuration->Edit Orders->Product Price Calculation — Method to *Choose *and set the default choice Configuration->Edit Orders->Product Price Calculation — Default to Manual.

21 Dec 2018, 11:08 PM
#1345
lidlchris avatar

lidlchris

Zen Follower

Join Date:
Feb 2013
Posts:
345
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

lat9:

Right, and if you didn't make the required changes to the /includes/classes/order.php, then the numeric value of those order-totals (which is what's being formatted at the time of the error) won't be properly set.

what are the required changes to the /includes/classes/order.php file???

21 Dec 2018, 11:10 PM
#1346
lidlchris avatar

lidlchris

Zen Follower

Join Date:
Feb 2013
Posts:
345
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

is there a 'purchase order' shipping option to the 'edit orders' plugin??

21 Dec 2018, 11:31 PM
#1347
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

lidlchris:

what are the required changes to the /includes/classes/order.php file???
They're well-marked in the version of that file that's distributed with EO.

21 Dec 2018, 11:32 PM
#1348
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

lidlchris:

is there a 'purchase order' shipping option to the 'edit orders' plugin??
Nope, that's part of the Super Orders plugin (it might have been released separately, check the plugins).

19 Jan 2019, 8:17 PM
#1349
southbayer avatar

southbayer

New Zenner

Join Date:
Aug 2017
Location:
Southern California
Posts:
6
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

Hello, just wondering if there will be an update soon that is compatible with the latest ZC version 1.5.6a?

19 Jan 2019, 8:32 PM
#1350
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

southbayer:

Hello, just wondering if there will be an update soon that is compatible with the latest ZC version 1.5.6a?
That depends on (a) your definition of ***soon ***and (b) my available time! Hopefully, I'll have that update available within the next month.

19 Jan 2019, 11:09 PM
#1351
southbayer avatar

southbayer

New Zenner

Join Date:
Aug 2017
Location:
Southern California
Posts:
6
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

lat9:

That depends on (a) your definition of ***soon ***and (b) my available time! Hopefully, I'll have that update available within the next month.

That is awesome. Looking forward to it. Thank you for a GREAT add-on by the way.

26 Jan 2019, 11:57 PM
#1352
crixus avatar

crixus

New Zenner

Join Date:
Oct 2013
Location:
United States
Posts:
88
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

Can anyone please help me......
i want to replace % To + in tax field

Attachment 18299

27 Jan 2019, 12:35 PM
#1353
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

crixus:

Can anyone please help me......
i want to replace % To + in tax field

Attachment 18299
You don't say which version of Edit Orders you're using, but by the screenshot it's a pretty old one.

You'll (unfortunately) need to edit your /admin/edit_orders.php, locating ** %</td> and changing that to ** +</td>. I'll migrate that symbol to the edit_orders.php language file for the next release.

Identified in this GitHub issue: https://github.com/lat9/edit_orders/issues/96

27 Jan 2019, 10:19 PM
#1354
crixus avatar

crixus

New Zenner

Join Date:
Oct 2013
Location:
United States
Posts:
88
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

Thanks you so much for Reply .. i changed but in monthly sale ..under reports iTs still showing % value ...
i want same value that i put using edit order..
its automatically convert with % in monthly sale page .. but i dont want it .. :( please help..

Attachment 18300

27 Jan 2019, 10:24 PM
#1355
crixus avatar

crixus

New Zenner

Join Date:
Oct 2013
Location:
United States
Posts:
88
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

lat9:

You don't say which version of Edit Orders you're using, but by the screenshot it's a pretty old one.

You'll (unfortunately) need to edit your /admin/edit_orders.php, locating ** %</td> and changing that to ** +</td>. I'll migrate that symbol to the edit_orders.php language file for the next release.

Identified in this GitHub issue: https://github.com/lat9/edit_orders/issues/96

Thanks you so much for Reply .. i changed but in monthly sale ..under reports iTs still showing % value ...
i want same value that i put using edit order..
its automatically convert with % in monthly sale page .. but i dont want it .. please help..

Attachment 18301

28 Jan 2019, 12:30 PM
#1356
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

crixus:

Thanks you so much for Reply .. i changed but in monthly sale ..under reports iTs still showing % value ...
i want same value that i put using edit order..
its automatically convert with % in monthly sale page .. but i dont want it .. please help..

Attachment 18301
Oh, I misunderstood what you are trying to do, i.e. apply a *fixed *sales tax amount rather than a percentage based on the value.

Unfortunately, those percentage-based tax calculations are baked into Edit Orders' calculations, just like on the storefront.

28 Jan 2019, 1:36 PM
#1357
crixus avatar

crixus

New Zenner

Join Date:
Oct 2013
Location:
United States
Posts:
88
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

lat9:

Oh, I misunderstood what you are trying to do, i.e. apply a *fixed *sales tax amount rather than a percentage based on the value.

Unfortunately, those percentage-based tax calculations are baked into Edit Orders' calculations, just like on the storefront.
May i know how to remove
percentage from monthly sales report?

28 Jan 2019, 3:22 PM
#1358
lat9 avatar

lat9

Administrator

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

Re: Edit Orders v4.0 Support Thread

crixus:

May i know how to remove
percentage from monthly sales report?
You'd need to ask in that plugin's support thread.

25 Feb 2019, 7:48 AM
#1359
perfumbg avatar

perfumbg

Zen Follower

Join Date:
May 2010
Posts:
192
Plugin Contributions:
5

Re: Edit Orders v4.0 Support Thread

I have wierd problem wit EO on ZC1.5.6.

I can't update product price nor product total, but its possible to edit shipping costs as well custommer info and add new products to the order but they dont affect order total.

There is no error LOG.

Any Ideas?

25 Feb 2019, 9:05 AM
#1360
oldngrey avatar

oldngrey

Zen Follower

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

Re: Edit Orders v4.0 Support Thread

zc156a
I have observed the same. Edit product price not saved but in mine adding a new product increases the total cost. It also recalculates the postage and increments it by the tax amount for each update.
This did not occur with zc155a.