Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annervisser/woocommerce-guestlist-export
Wordpress plugin for exporting a list of customers who have ordered a certain product
https://github.com/annervisser/woocommerce-guestlist-export
Last synced: 3 days ago
JSON representation
Wordpress plugin for exporting a list of customers who have ordered a certain product
- Host: GitHub
- URL: https://github.com/annervisser/woocommerce-guestlist-export
- Owner: annervisser
- Created: 2020-02-15T15:21:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T14:55:00.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T06:06:19.682Z (about 2 months ago)
- Language: PHP
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# woocommerce-guestlist-export
Wordpress plugin for exporting a list of customers who have ordered a certain productThis plugin adds a menu item under Woocommerce in the Wordpress admin interface.
On this page a product can be selected, after which a CSV of customers for that product will be downloaded.Zip new version:
```shell script
zip -FSr woocommerce-guestlist-export.zip ./* -x .idea -x .git -x .gitignore -x README.md
```