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
0
votes
2 answers

WooCommerce: Adding custom data to processing order

I need add a custom data on Processing order email, but the data always update after the email is sent, like this: Order status change ==> Send email ==> Insert data on custom table (plugin) What I need instead is: Order status change ==> Insert…
0
votes
1 answer

Hide the count of spaces left from time slots in Woocommerce Bookings

I am using Woocommerce Bookings. When someone books for a certain date/time slot it then shows on the calendar for the next customer that for that specific date/time slot that there are (98 left). Is there any way of removing/hiding this information…
0
votes
0 answers

Woocommerce Booking and Dokan - Get Earnings Value

Woocommerce Bookings has two pages which are displayed to users who manage bookings. Booking Details Page Order Details Page. The Bookings Details Page does not display the price of the booking but rather the details such as duration, start/end…
0
votes
1 answer

Resource quantity decrease for temporarily maintenance

I am using the Resources to configure multiple types of bookable on my website as suggested in the documentation. This way, we have for a specific Product P, for example: Resource A quantity: 50 Resource B quantity: 50 However, I need to temporarily…
0
votes
2 answers

How can I modify the "Paid" booking status label in WooCommerce Bookings

Using WooCommerce Bookings - I am trying to modify the booking status label which appears on customer-facing front-end views and in customer emails. When a reservation is booked, in the booking summary it displays a status label of "Paid", but since…
0
votes
0 answers

How can I use WooCommerce Bookings to schedule in-person courses?

I am trying to use WooCommerce Bookings to allow customers to choose one of two products (in-person courses) and then select a specific course date from a drop-down list. I am able to create the product but I am unsure how to add multiple course…
0
votes
0 answers

How can I get this WooCommerce Bookings Dropdown to show the start and end date of the availabilty range?

Sorry, I'm not a javascript guy (I'm trying) and I wanted to see if anyone could help me figure this out. I have a WooCommerce store with some training sessions that run for 3 days. I installed the WooCommerce Bookings Dropdown which shows available…
0
votes
1 answer

Display custom dynamic fields stored data woocommerce order admin and thankyou page from meta.?

I am stuck from past few days with to store data of dynamically generated fields on my woocommerce checkout page. I am using woocommerce booking plugin in which i have to get names of person type. for that i have did this. // Add checkout custom…
Kamran Hassan
  • 119
  • 2
  • 14
0
votes
1 answer

Woocommerce Force Sells/Bookings - Snippet to force number of person in a booking

With WooCommerce, I am using WooCommerce bookings and WooCommerce force sells plugins. I want to use WooCommerce Force Sells to add one force-sold item per number of person in a booking. Woocommerce guys already provided a snippet to be added in…
0
votes
1 answer

Woocommerce get items in the orders before it is process on checkout

I am implementing syncing feature between WordPress and my other site. I want to sync orders to my other site before it is processed during checkout. I needed an items to be sync too, but I don't know what hook to used for this approach. I tried…
Yves Gonzaga
  • 135
  • 1
  • 3
  • 16
0
votes
1 answer

Function to pull product URL from Order details page in woocommerce

I am using woocommerce bookings plugin and I am looking for a solution for customers who have already booked a time slot to be able to add more time to their booking. In theory, it would be great if they could just edit their booking and pay the…
webmn
  • 1
  • 3
0
votes
1 answer

Woocommerce URL with appended string

I am trying to display a button which will direct users to a different product but the URL of this button will be the same as the current URL but will append 2 added letters to the end of the URL. For example, I am on product URL…
0
votes
0 answers

display user's bookings outside "my account" page

I know this code shows orders outside "my accounts page": function woocommerce_orders() { $user_id = get_current_user_id(); if ($user_id == 0) { return do_shortcode('[woocommerce_my_account]'); }else{ ob_start(); …
0
votes
0 answers

Wordpress plugin to integrate site search filters?

I am a newbie to Wordpress and PHP, I want to write a plugin which will integrate search filters on my website, e.g. search by availability date (this is the filter I want to create and integrate with other filters) such as - search by location…
0
votes
1 answer

Set prices based on WooCommerce Bookings duration

I have a scenario where I need to change the total rental price by adjusting the block cost of a booking based on its duration. Booking duration are customer defined blocks of 4 days. For 4 days (minimum duration) = base cost + block cost For 8…