Re: Export Shipping & Order Information
I do not. However I tried several ways and always get the full list. It does generate this error:
[07-Jan-2025 13:13:51 UTC] Request URI: /Admin/index.php?cmd=shipping_export2, IP address: xxx.xx.xx.xx, Language id 1
#0 /zc_plugins/ExportShippingInformation/v1.5.3/admin/shipping_export2.php(286): zen_debug_error_handler()
#1 /popadmin/index.php(28): require('/home/customer/...')
--> PHP Warning: Undefined array key "order_discount" in /zc_plugins/ExportShippingInformation/v1.5.3/admin/shipping_export2.php on line 286.
I do not select order discount when I export.
Thanks
Re: Export Shipping & Order Information
I tried it again with Order Discount selected and got this error message:
[07-Jan-2025 13:23:58 UTC] Request URI: /Adminn/index.php?cmd=shipping_export2, IP address: xxx.xxx.xx.xx, Language id 1
#0 /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php(247): zen_debug_error_handler()
#1 /popadmin/index.php(28): require('/home/customer/...')
--> PHP Warning: Undefined array key "split_name" in /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php on line 247
I also do not split the customer name.
Re: Export Shipping & Order Information
Sorry to keep posting but i realized there was more to the log. Full log below:
[07-Jan-2025 13:23:18 UTC] Request URI: /admin/index.php?cmd=shipping_export2, IP address: xx.xx.xx.xx, Language id 1
#0 /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php(247): zen_debug_error_handler()
#1 /popadmin/index.php(28): require('/home/customer/...')
--> PHP Warning: Undefined array key "split_name" in /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php on line 247.
[07-Jan-2025 13:23:18 UTC] Request URI: /admin/index.php?cmd=shipping_export2, IP address: xx.xx.xx.xx, Language id 1
#0 /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php(285): zen_debug_error_handler()
#1 /popadmin/index.php(28): require('/home/customer/...')
--> PHP Warning: Undefined array key "order_subtotal" in /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php on line 285.
[07-Jan-2025 13:23:18 UTC] Request URI: /admin/index.php?cmd=shipping_export2, IP address: xx.xx.xx.xx, Language id 1
#0 /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php(529): zen_debug_error_handler()
#1 /popadmin/index.php(28): require('/home/customer/...')
--> PHP Warning: Undefined variable $orders_subtotal in /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php on line 529.
[07-Jan-2025 13:23:18 UTC] PHP Fatal error: Uncaught Error: Call to a member function RecordCount() on null in /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php:529
Stack trace:
#0 /admin/index.php(28): require()
#1 {main}
thrown in /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php on line 529
[07-Jan-2025 13:23:18 UTC] Request URI: /admin/index.php?cmd=shipping_export2, IP address: xx.xx.xx.xx
--> PHP Fatal error: Uncaught Error: Call to a member function RecordCount() on null in /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php:529
Stack trace:
#0 /popadmin/index.php(28): require()
#1 {main}
thrown in /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php on line 529.
[07-Jan-2025 13:23:18 UTC] Request URI: /admin/index.php?cmd=shipping_export2, IP address: xx.xx.xx.xx
--> PHP Fatal error: Uncaught Error: Call to a member function RecordCount() on null in /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php:529
Stack trace:
#0 /popadmin/index.php(28): require()
#1 {main}
thrown in /zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php on line 529.
Re: Export Shipping & Order Information
In posting #511 your have an error in zc_plugins/ExportShippingInformation/v1.5.3/admin/shipping_export2.php
but in postings #512 and #513 your errors are in zc_plugins/ExportShippingInformation/v1.5.2/admin/shipping_export2.php
Which version are you really running?
Under the zc_plugins > ExportShippingInformation folder what folders are shown?
There should only be one folder named "v1.5.3"
Somehow you seem to have two version mixed together.
Re: Export Shipping & Order Information
Sorry for the confusion. I went back to V1.5.2 to see if the issue was still present. It was. So both versions I could not filter the download.
I have gone back to V1.5.3.
Re: Export Shipping & Order Information
You have mixed together the files from v152 and v153.
From the console Admin > Modules > Plugin Manager Un-Install all versions of ExportShippingInformation that are listed
Please download a fresh copy of v1.5.3 from the GitHub.
With file manager delete all files in the "/zc_plugins/ExportShippingInformation/" folder
then copy the v1.5.3 folder from your download to the /zc_plugins/ExportShippingInformation folder
From the Console use Admin > Modules > Plugin Manager to Install ExportShippingInformation and retest.
1 Attachment(s)
Re: Export Shipping & Order Information
uninstalled and Deleted all versions of the plugin. Removed the plugin from the files directory, downloaded the plugin from GitHub and reinstalled. It still downloads the complete list of orders.
Attached is the selections I have checked and the error logs:
28-Jan-2025 12:31:31 UTC] Request URI: /admin/index.php?cmd=shipping_export2, IP address: 104.153.39.18, Language id 1
#0 /zc_plugins/ExportShippingInformation/v1.5.3/admin/shipping_export2.php(295): zen_debug_error_handler()
#1 /admin/index.php(28): require('/home/customer/...')
--> PHP Warning: Undefined array key "payment_method" in /zc_plugins/ExportShippingInformation/v1.5.3/admin/shipping_export2.php on line 295.
Re: Export Shipping & Order Information
Zen ver 2.10
Fresh Install but using Updated Database from 1.57 to 2.10..
I'm getting no errors in my log, but it's outputting only the header to a csv file. There are plenty of orders within date range to export.
I've tried removing and adding options.
I was using a version for 1.57 that worked fine..
Not sure where to look??
Re: Export Shipping & Order Information
I just installed ESIVERSION_II: 1.5.3 from the GitHub into a test system ZC2.1.0 with data imported from zc158a and not changing any default settings and all orders are exported from the system.
If you have exported the orders in v1.5.7 they will remain marked as exported when you import the database.
If you ensure "Include orders already downloaded in export." is ticked it will ignore the database settings and export all records that match your selection criteria.
If "Run In Test Mode" is ticked it will not change the database settings.
Re: Export Shipping & Order Information
I just added a pull request on GitHub that modifies installer to automatically install table column 'downloaded_ship' in orders table.
There should be no more need to manually run an sql file before installing.
Please have a look.