• Resolved smallbizgeek

    (@smallbizgeek)


    This plugin needs to add support for bookable products. I spoke with WooCommerce and the case for bookable products is ‘booking’. Add it!

Viewing 16 replies (of 16 total)
  • I found an issue with booking products that require confirmation.
    For some reason, the booking plugin overrides confirmation bookings with “Check Availability”.

    By adding this line to wc-custom-add-to-cart-labels.php:
    add_filter( ‘woocommerce_booking_single_check_availability_text’,’custom_woocommerce_product_add_to_cart_text’);

    I managed to solve this..
    Hope this helps and can possibly be integrated to the next version..

Viewing 16 replies (of 16 total)
  • The topic ‘Ignores bookable products’ is closed to new replies.