Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
michaelchu
Any chance this can be made fully compatible with 1.5.4 soon?
Edit Orders 4.1.4 should work in Zen Cart 1.5.4 for most stores. The only challenge is applying the required patches to core Zen Cart files (DO NOT simply overwrite the Zen Cart 1.5.4 files). If installing Edit Orders 4.1.4 in a new store, don't forget to sift through this thread for bugfixes against Edit Orders 4.1.4 and apply them (when applicable).
NOTE: There is a BETA release in development (includes bugfixes, enhancements, a new installer, and the list gos on). The new installer should hopefully simplify "patching" core Zen Cart files for most stores. There is no ETA at this time for a future release.
Re: Edit Orders v4.0 Support Thread
Hello everyone!
I'm using Edit Orders 4.1.4 on a clean ZC 1.5.3 installation with no other modules.
I'm having an issue I seem not to find the answer for: when I edit an order I make all the necessary changes and then I save it and it's ok. But then if I go to a product page in admin the prices are wrong, that is, Products Price (Net) and Products Price (Gross) are the same, even if it was selected a Tax Class from this dropdown menu. There's no way to make the two prices different, I have to logout from admin and the log in again, so they work correctly.
I have this issue only when I previously access the edit order page, can someone help me?
Thanks a lot!
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
sporty
... When I edit an order I make all the necessary changes and then I save it and it's ok. But then if I go to a product page in admin the prices are wrong, that is, Products Price (Net) and Products Price (Gross) are the same, even if it was selected a Tax Class from this dropdown menu. ...
I would not rely on the (Gross) calculations found on the page for editing products. The current Zen Cart administrative interface only adds tax to the (Net). The tax calculation is only based upon a single location (usually the store location; not customer locations). So basically (Gross) is not accurate for all transactions as different tax rates may apply to different customers (and purchases).
If you really, really, really want... Can try the following "bugfix" to force the tax calculation to revert to the store location (instead of the last customer order edited). Edit "/admin/edit_orders.php" adding the line in red (around line 1755):
Code:
</html>
<?php
unset($_SESSION['customer_id']);
require(DIR_WS_INCLUDES . 'application_bottom.php');
Re: Edit Orders v4.0 Support Thread
thank you lhungil!
it works now, the prices are correct!
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
sporty
... it works now, the prices are correct!
Thank You for reporting the proposed fix worked in your environment :)
1 Attachment(s)
Re: Edit Orders v4.0 Support Thread - drop-down attributes
Using Zen Cart 1.5.1. Installed EO 4.1.2
When editing an order, then selecting add a new product if the product has drop-down attributes, it displays only the first option...no drop-down. Check-box attributes display correctly as check boxes.
Attachment 14925
The cart is highly customized but I don't believe any affect the attribute controller.
Re: Edit Orders v4.0 Support Thread - drop-down attributes
Quote:
Originally Posted by
jeking
Using Zen Cart 1.5.1. Installed EO 4.1.2 ...
Attribute handling has been overhauled since version 4.1.2. Newer versions of Edit Orders also automatically repair damage to the attribute options sometimes caused by other modules (removing entries in configuration under gid=0). This damage can affect the display of attributes (among other things).
Please install and try adding the product using the current version of Edit Orders (4.1.4).
Re: Edit Orders v4.0 Support Thread - drop-down attributes
I am getting ready to install this on a fresh install of 1.5.4. Is there a list of things that need to be done differently than the packaged instructions so I don't have to read through the 69 pages of this thread? I wish I had the time, but I do not.
Thanks,
Christy
Re: Edit Orders v4.0 Support Thread - drop-down attributes
Quote:
Originally Posted by
christymreed
I am getting ready to install this on a fresh install of 1.5.4. Is there a list of things that need to be done differently than the packaged instructions so I don't have to read through the 69 pages of this thread?
Not sure you'd need to go through ALL 69 pages.. but I digress..
So in short, you'd like someone else to review the support thread for any fixes and modifications required to be made to Edit Orders for compatibility with Zen Cart v1.5.4 that probably have already been posted here in the support thread, and put that in a summary post for you??
Quote:
Originally Posted by
christymreed
I wish I had the time, but I do not.
That makes two of us.. Hopefully someone less busy than the busy people here on this forum can post the information you are looking for..
1 Attachment(s)
Re: Edit Orders v4.0 Support Thread - drop-down attributes
Dear Zenners,
The last 2 days I've been reading through the forum pages to figure out why I can't get Edit Orders to work.
The problem is (I've read about multiple users having this issue) that when I create an order and edit it with Edit Orders (add or remove an item) the subtotal amount displays the wrong price (see example image)
Attachment 15001
In the image you can see that I have only 1 product left which costs € 0,94 the subtotal states € 2,60
The store is recently upgraded from ZenCart 1.3.9h to 1.5.1 edit orders was running fine in 1.3.9h also.
When the store was upgraded to 1.5.1 I also upgraded Edit Orders to version 4.1.4 ( I read in the support thread that there where issues with updating off the subtotals in Edit orders 4.0)
I only have a view other modules installed:
Testimonial Manager Version 1.5.4
Easy Populate For ZenCart v1.5.x
Sales Report 3.1.0
In the order totals I have the following installed:
Code voor groepsbestellingen ot_coupon 280
Groepskorting ot_group_pricing 290
Toeslag kleine ordergrootte ot_loworderfee 400
Verzenden ot_shipping 200
Subtotaal ot_subtotal 100
BTW ot_tax 300
Totaal ot_total
When I enable the Debug log in Edit Orders I get no error messages.
I also uninstalled Edit orders and installed it again.
I'm really stuck on this and really need to edit my orders, I'm hoping anyone can point me in the right direction :(