Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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 reservations. 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 Select bookable product

  • Step 2 : Start export process Start export process

  • Step 3 : Download your .CSV file Download your .CSV file

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

About

WordPress plug-in export WooCommerce Bookings to CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 79.9%
  • JavaScript 18.4%
  • CSS 1.7%