• alasdairmacewan

    (@alasdairmacewan)


    Hi there,
    I really like this plugin and does almost everything i need it to, I need a little help though.
    Im using Woocommerce Bookings, which is great but I need to export Reservations, What I need help with is that currently on the orders page there is the bulk action available to export orders, this is great but what I would like to be able to do is have the bulk action > export to PDF to be made available on the reservations page so that all the reservations can be exported to pdf, Im not sure how to do this myself and looking for a little help.

    Many Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author algol.plus

    (@algolplus)

    hi

    I’m sorry, but our plugin was coded to export orders.
    probably, you should try https://www.ads-software.com/plugins/wp-all-export/

    but I suggest to hire programmer and code custom plugin to export Reservations only.

    thanks, Alex

    Thread Starter alasdairmacewan

    (@alasdairmacewan)

    Hi, yeh I would just like the option to appear under the bulk action area in the reservations tab, even if you could help me to get that to happen I would be really greatful, thanks

    Plugin Author algol.plus

    (@algolplus)

    I can not help you .
    it will require a lot of changes in our plugin.

    so it will be quicker just hire PHP/Wordpress programmer and create own plugin .

    Thread Starter alasdairmacewan

    (@alasdairmacewan)

    Ok, thank you, are you able ot help me with some custom code with it, so I could add the code so it would only export reservations for (today) each time the export tool ran?
    Ive tried to make my won code but currently getting an error,

    thanks

    // export only orders with total > 10
    add_filter( ‘woe_order_export_started’, function ( $order_id ) {
    $order = new WC_Order($order_id);
    return ($order->get_booking_field_start_date() = str_replace( ‘{today}’, $today, $settings));
    });

    Plugin Author algol.plus

    (@algolplus)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Export to PDF Button’ is closed to new replies.