{"id":16710325,"url":"https://github.com/ankitrox/order-export-scheduler-and-logger","last_synced_at":"2026-01-30T07:11:21.641Z","repository":{"id":147629572,"uuid":"42351346","full_name":"ankitrox/Order-Export-Scheduler-and-Logger","owner":"ankitrox","description":"Documentation for Order Export Scheduler and Logger plugin","archived":false,"fork":false,"pushed_at":"2015-09-19T16:16:20.000Z","size":228,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T18:51:04.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankitrox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-12T09:14:09.000Z","updated_at":"2015-09-12T09:14:09.000Z","dependencies_parsed_at":"2023-04-07T22:14:45.316Z","dependency_job_id":null,"html_url":"https://github.com/ankitrox/Order-Export-Scheduler-and-Logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrox%2FOrder-Export-Scheduler-and-Logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrox%2FOrder-Export-Scheduler-and-Logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrox%2FOrder-Export-Scheduler-and-Logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrox%2FOrder-Export-Scheduler-and-Logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitrox","download_url":"https://codeload.github.com/ankitrox/Order-Export-Scheduler-and-Logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243676777,"owners_count":20329434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T20:08:02.859Z","updated_at":"2026-01-30T07:11:21.589Z","avatar_url":"https://github.com/ankitrox.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WooCommerce Order Export Scheduler and Logger Documentation\nThis contains documentation for WooCommerce WooCommerce Order Export Scheduler and Logger plugin. This can be used as reference for usability of plugin. To purchase the plugin [follow this link](http://sharethingz.com/downloads/wsoe-scheduler-logger/)\n\nThis plugin can be used in conjuction with [WooCommerce Simply Order Export plugin](https://wordpress.org/plugins/woocommerce-simply-order-export/) and can be used to\nschedule the order export in future. Orders will be exported automatically after the specified interval and exported csv file will be sent to the user by email. This plugin\ncan also be used to log the already exported reports and you can also download them either individually or in bulk (zip)\n\n[1. Installation](#installation)\n\n[2. Features](#features)\n\n[3. Fields added by plugin](#fields-added)\n\n[4. Order Export Logging](#export-log)\n\n[5. FAQ](#faq)\n\n[6. Refund policy](#refund)\n\n[7. Giving Back!](#contribute)\n\n### \u003ca name=\"installation\"\u003e\u003c/a\u003eInstallation\n\n* Go to Plugins =\u003e Add New =\u003e Upload Plugin, from your wordpress dashboard.\n* Select zip file you downloaded and click \"Install Now\"\n* Click \"Activate plugin\"\n\n### \u003ca name=\"features\"\u003e\u003c/a\u003eFeatures\n\n* Schedule the order export for future.\n* Export will be repeat itself after specified interval of time automatically.\n* Log already exported reports.\n* Download logged reports individually.\n* Download logged reports in bulk by selecting multiple reports (zip extension should be installed on server).\n\n### \u003ca name=\"fields-added\"\u003e\u003c/a\u003e Fields added by plugin\n\n![Fields added by plugin]\n(http://sharethingz.com/wp-content/uploads/2015/09/Scheduler-Fields.png)\n\n##### 1. Auto-update Email\n\nThis is email address which you used during purchase on checkout page. This will help to receive auto-update notifications and you can keep your plugin up-to-date.\nIt is highly recommended that you should always keep your plugin updated to ensure that it is not always compatible with other dependednt plugins and non-vulnerable.\n\n##### 2. Export Start Time\n\nThis is mandatory field. This is the time from which export should be scheduled. You can select the time from the dropdown, once you click into textbox.\nExample: Suppose current time is 3 P.M. and you selected 2 P.M. from dropdown, export will be scheduled from next day's 2 P.M. time.\n\n##### 3. Export Interval (In Minutes)\n\nThis is mandatory field. This is the interval after which scheduled export will be repeated. Its value should always be inputted in minutes.\n\n##### 4. Export Start Date\n\nThis field is mandatory. It is the date from which orders will be exported (fetched).\n\n##### 5. Export End Date\n\nThis field is mandatory. It is the date up to which orders will be exported (fetched).\n\n##### 6. Email\n\nThis field is mandatory. This is the email address on which exported report (.csv file) will be sent as an attachment.\n\n##### 7. Timezone\n\nThis field is optional, if not selected, it will get timezone according to server's default timezone. This is necessary to set because it will help you to schedule the export according to your timezone.\nExample: Suppose you are residing in India and your server is located in U.S.A., it will take default timezone of U.S.A. and will schedule according to U.S.A. timing, selecting timezone \"Asia/Kolkata\" makes it possible to schedule export according to Indian timezone.\n\n##### 8. Clear\n\nIt will clear all the fields and will remove the scheduled export, so that it will no longer be scheduled and exported. This is kind of reset button. :)\n\n### \u003ca name=\"export-log\"\u003e\u003c/a\u003e Order Export Logging\n\n![Order Export Logs]\n(http://sharethingz.com/wp-content/uploads/2015/09/Logger.png)\n\n* Whenever order export process is carried out using WooCommerce Simply Order Export plugin, a file is created on server.\n* Allows to keep log of all those exported reports for future reference.\n* Allows to download logs individually or in bulk.\n\n### \u003ca name=\"faq\"\u003e\u003c/a\u003e Frequently asked questions\n\n**1. When I click download link in email, index.php file is getting downloaded instead of plugin zip file. What should I do?**\n\n* This is happening because of [bug](https://github.com/easydigitaldownloads/Easy-Digital-Downloads/issues/3498) in Easy Digital Downloads plugin.\n* You can simply rename index.php file to index.zip, and everything should work fine.\n* Alternatively, you can send message from [sharethingz contact form](http://sharethingz.com/contact/) reporting the issue. I will send you the zip file of plugin on your registered email which you used during plugin purchase.\n\n**2. I have purchased plugin, made the payment, but haven't received any email for download. What to do now?**\n\n* Check in your spam folder, email can be present there.\n* If email is configured on your website's server, check settings for incoming emails.\n* Contact by [sharethingz contact form](http://sharethingz.com/contact/) from your registered email, if your payment is successfully completed, zip file of plugin will be sent to you by email.\n\n**3. I have entered and setup all settings, but do not receive exported report on my email**\n\n* This plugin uses [WP Cron](http://code.tutsplus.com/articles/insights-into-wp-cron-an-introduction-to-scheduling-tasks-in-wordpress--wp-23119)\nwhich is false cron and it only runs when site gets visited.\n* It is always recommended to replace wp cron with linux's crontab, please refer this [tutorial for replacing wp cron with linux crontab](https://rtcamp.com/tutorials/wordpress/wp-cron-crontab/)\n\n**4. Where I can get support regarding this plugin?**\n\n* When you purchase the add-on, an account is created for you on [ShareThing](http://sharethingz.com). You can use [ShareThingz Support Forum](http://sharethingz.com/support/forum/wsoe-scheduler-logger/) for any queries after purchasing add-on. Pre-purchase queries can be posted through [ShareThingz Contact](http://sharethingz.com/contact)\n* If you already have account in sharethingz.com, you can use that in order to get support on support forum.\n\n### \u003ca name=\"refund\"\u003e\u003c/a\u003e Refund policy\n\nNo Refund.\n\n### \u003ca name=\"contribute\"\u003e\u003c/a\u003e Giving back to community!\n\n![Akshay Patra]\n(http://www.akshayapatra.org/apadmin/uploads/settings/logo.png)\n\nFor every purchase of copy of this plugin, $1 will be donated to [Akshaya Patra Foundation](http://www.akshayapatra.org/about-us). Akshaya Patra is a non-profit organisation in India that runs school lunch programme across India.\n\nSo, indirectly you are also contributing to feed a child with purchase of this plugin. This donation will be sent to the organization last day of every month depending on number of copies sold. So, if 100 copies of this plugin got sold, then $100 will be donated to the organization. :)\n\n\n\n\n [![Buy Now][2]][1]\n [1]: http://sharethingz.com/downloads/wsoe-scheduler-logger/\n [2]: http://sharethingz.com/wp-content/uploads/2015/06/buy.gif","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitrox%2Forder-export-scheduler-and-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitrox%2Forder-export-scheduler-and-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitrox%2Forder-export-scheduler-and-logger/lists"}