Skip to content

johnwilsonuk/mc-export-bookings-wc-to-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MC Export Bookings WC to CSV

Export WooCommerce Bookings to CSV

Description

MC Export Bookings WC to CSV provides user ability to Export WooCommerce Bookings to CSV. After plugin installed and activated, you will see a sub menu page in WooCommerce menu called "Export bookings". Here you can select the product for which to export bookings, and also start and end dates. Click on "Fetch" to fetch bookings, and next click on "Export", be patient if you have a lot of bookings.

The plugin is still in its infant age and developers are welcome to extend.

Installation

This section describes how to install the plugin and get it working.

  • Download the zip archive and upload it to your WordPress site.
  • Activate the plugin through the 'Plugins' menu in WordPress
  • Refer to plugin description in regards to setting up how the plugins works

Screenshots

  • Step 1 : Select bookable product (required) and start/end dates (not required). Click on "Fetch". Select bookable product

  • Step 2 : Click on "Export" to start export process Start export process

  • Step 3 : Download your .CSV file

Download your .CSV file

  • All the .CSV files are saved on your server and are listed below the export box :

Previous .CSV files

Changelog

1.0

  • Initial Release.

23/02/2018

  • Update the main function generate_csv :
  • Use WC_Booking_Data_Store to get bookings id from order instead of previously 'Booking ID' meta value which was not a stable value.
  • Display only bookable product in the products select.

23/02/2018 1.0.1

  • Totally change the way to query bookings :
  • Instead of looping on orders, query directly bookings for selected product ID.

26/02/2018 1.0.2

  • Implement ajax booking search on product select
  • Implement saving export file in custom uploads folder
  • Implement list saved export files in plugin admin screen

26/07/2018 1.0.3

  • Add start and end dates to filters bookings before export
  • Add mc_wcb_csv_delimiter filter to allow third party change the CSV delimiter

About

WordPress plug-in export WooCommerce Bookings to CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.1%
  • JavaScript 22.0%
  • CSS 1.9%