Re: Edit Orders v4.0 Support Thread
Thanks a lot. That was what I was looking for. The version is 4.3.5.
Quote:
Originally Posted by
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.
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
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???
Re: Edit Orders v4.0 Support Thread
is there a 'purchase order' shipping option to the 'edit orders' plugin??
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
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.
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
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).
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?
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
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.
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
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.
1 Attachment(s)
Re: Edit Orders v4.0 Support Thread
Can anyone please help me......
i want to replace % To + in tax field
Attachment 18299
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
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