Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
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
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
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
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.
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 ?
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
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).
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
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.
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.
Re: Edit Orders v4.0 Support Thread
I've posted about this issue last year and it's still present because this is only the second time I had to do this with a huge order and it doesn't work:
Editing a large order (100+ items) results in a blank page after updating, meaning the edit order module is missing. Just the admin screen menu, etc. with a blank page.
All editing functions work with a smaller order. Has anyone else encountered this problem? Is it a memory issue and if so, is it a zc or server problem? How can I resolve this?
EO 4.3.4
ZC 1.5.5f
Thanks.
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
jvdd
I've posted about this issue last year and it's still present because this is only the second time I had to do this with a huge order and it doesn't work:
Editing a large order (100+ items) results in a blank page after updating, meaning the edit order module is missing. Just the admin screen menu, etc. with a blank page.
All editing functions work with a smaller order. Has anyone else encountered this problem? Is it a memory issue and if so, is it a zc or server problem? How can I resolve this?
EO 4.3.4
ZC 1.5.5f
Thanks.
There should be a myDEBUG-adm-*.log file present in your store's /logs directory that identifies what happened. I'm guessing an out-of-memory condition, but the log will tell the story.
Remember that the admin-level logs contain your site's admin-directory name, so be sure to xxx that name out prior to posting the contents of the log.
Re: Edit Orders v4.0 Support Thread
Hi lat9,
I'm busy writing up my automatic install-upgrade check scripts, and notice that in the v4.5.0 documentation there are the following issues.
Typo in documentation (missing / delimiter in path):
/YOUR_ADMIN/includes/init_includes/init_eo_config.php
Incorrectly listed in documentation:
Current: /YOUR_ADMIN/includes/classes/EditOrdersAdminObserver.php
Should be: /YOUR_ADMIN/includes/classes/observers/EditOrdersAdminObserver.php
Not in documentation:
/YOUR_ADMIN/includes/modules/edit_orders/eo_addresses_cbs.php
/YOUR_ADMIN/includes/modules/edit_orders/eo_addresses_csb.php
Not in documentation, but noted in source as being for Edit Orders additional module (not sure what that implies though):
/YOUR_ADMIN/includes/auto_loaders/config.eo_cautions.php
/YOUR_ADMIN/includes/init_includes/edit_orders_cautions.php