Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# woocommerce-guestlist-export
Wordpress plugin for exporting a list of customers who have ordered a certain product

This 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
```