Questions tagged [woocommerce-bookings]

To be used for Woocommerce Bookings plugin related questions

Third party official Woocommerce Bookings plugin.

This powerful extension allows you to sell time or date-based bookings, adding a new product type to your WooCommerce site. Perfect for those wanting to offer appointments, services or rentals.

169 questions
1
vote
0 answers

Woocommerce Bookings Time slots end time

I am working on a room rental website that uses Wordpress with Woocommerce Bookings. Some of my rooms can be rented with a predetermined duration of 4 hours only. But when a user clicks on a date to check whether there are any available time slots…
1
vote
2 answers

Woocommerce Booking Add custom order item meta data

Looking for some help, The aim is to capture several bits of data when a customer checks-out and for these to be stored as custom order item meta data. Im looking to capture Start-date Start time End date End time For each order, currently using…
1
vote
0 answers

Join three different forms into one and get result in wordpress

I am a newbie on WordPress, hope someone helps me. My question is that, I have three different plugins, ajax search pro, Geo my wp, and woocommerce booking filter and I have to merge these three plugins into one as shown in the image. so the…
1
vote
1 answer

Show discounted price in Woocommerce Bookings

I want to show the discounted price(price after adding the range) along with the base price of a bookable product what i am doing is changing the code below in the \woocommerce-bookings\includes\adminclass-wc-bookings-ajax.php file // Build the…
1
vote
1 answer

How to get WooCommerce booking products in custom loop

i'm developing a Woocommerce Booking site for an Hotel, i'm stuck to find the way to have the url 'add to cart" for Woocommerce Booking in a custom loop. could someone please give me a little help whether is with WP_Query or wc_get_products. Any…
1
vote
1 answer

WooCommerce Bookings - Change Order status from "Pending Payment" to "Cancelled" after 24 hours

I have am using WooCommerce Bookings where customers can request a booking that needs to be confirmed by the Admin. If the Admin does not confirm the booking I would like the order to be automatically cancelled after 24 hours. From Change…
CRyan
  • 23
  • 4
1
vote
0 answers

WooCommerce Bookings: how to set minimal date of date picker?

In my business, I can only serve bookings with a lead time of 5 days. I am using WooCommerce Bookings but I do not know how to code the following. When a customer is in the single product page and selects a date from the calendar element (‘date…
1
vote
2 answers

Get the selected date with jQuery in WooCommerce Bookings calendar

The script below works perfectly in playcode.io (or other), but fails to detect a click when injected into my site. I'm more of a PHP developer and am sure I've made some rookie JS mistakes here. The purpose of the script is to detect a click on a…
1
vote
2 answers

Change woocommerce booking calendar positions

How I can swap booking calendar with person types? So calendar would be upper and person type fields are under calendar At the moment it is like this:
Maik
  • 21
  • 2
1
vote
1 answer

WooCommerce Product to be purchased only once regardless of the quantity and the user

I have a property site, I have rooms as products in WooCommerce. There is an option to rent the room whether for 6 months or 12 months. I did a workaround and for 6 months the product quantity will be 1 and for 12 months the quantity will be 2. E.g…
1
vote
1 answer

Woocommerce booking

Does anybody know how can change person type fields like this: ? Currently it looks like this: thank you.
MajidoRc
  • 13
  • 1
  • 6
1
vote
1 answer

Dynamically ask person name using woocommerce bookings.?

I am using woo commerce bookings plugin to book tours but i want to get each person type name individually on checkout page depending on number of persons dynamically. I have found post on stack overflow which did not worked for me it keep says…
Kamran Hassan
  • 119
  • 2
  • 14
1
vote
0 answers

Woo-commerce Booking - Fetch all available bookings based on Time Range

I'm trying to fetch bookings based on time availability in wocommerce bookings by passing the time selection in below format: 2019-08-26 08:00 - 2019-08-26 11:00 $available_blocks = $booking_form->product->get_available_blocks( array( …
Shyam Prakash
  • 52
  • 1
  • 7
1
vote
0 answers

Woocommerce product adons update price programatically

I'm setting up WooCommerce bookings with the WooCommerce Product Add-Ons plugin to make a bookable product with pickup and return time. It works pretty well but the only issue is the corresponding price will not automatically update when the…
1
vote
0 answers

How to show Woocommerce Product Vendors profile picture in every product related to that vendor

I am trying to show instead of the default product image, the image of the vendor related to that product. So the final result should display for each product, instead of the default product image, the image of the vendor that is the "owner" of…