Party Equipment Rental (Using Persons and Resources)

You are here:

Scenario

A party supply store rents out various equipment for parties. One of the items is chairs. They have chairs in varying colors and varying quantities of each color. They wish to enable their customers to define the color and number of chairs that they wish to rent for their event.

For this use-case ‘persons’ and ‘resources’ can be leveraged in a bit of an unconventional method to accomplish the goals of the party supply store.

blank

Products Used

WooCommerce
WooCommerce Bookings

Setup and Configuration

Resources

Create a resource for each color of chair, and set the quantity available for a particular color.

blank

  1. Go to: WooCommerce > Bookings > Resources.
  2. Select Add Resource.
  3. Enter Title.
  4. Enter Available Quantity.
  5. Publish.

Bookable Product

Create the bookable product.

  1. Go to: WooCommerce > Products > Add New.
  2. Scroll down to Product Data, and select Bookable Product from the dropdown.
  3. Tick the box for Virtual since chair are picked up by customers and require no shipping.
  4. Tick the box for Has Persons since the number of persons are used to control the number of chairs available.
  5. Tick the box for Has Resources since resources are used to present color choices to customers.
  6. Select Fixed Blocks of 1 Day for booking duration, since chairs are rented by the day.
  7. Go to the Resources tab.
  8. Select from the dropdown each of the chairs you defined in the Resources section above.
    blank
  9. Enter a Label as appropriate, and set Resources are… to Customer selected.
    blank
  10. Go to the Availability tab.
    • Set the Max bookings per block to the total number of chairs available. For example, if there are 200 black chairs, 200 white chairs and 200 gold chairs, then set the max bookings per block to 600.
  11. Go the Persons tab.
    • Set the Min and Max persons as needed. Persons is going to be used to allow the customer to define the number of chairs they would like to rent as well as to calculate the price based on the number of chairs booked. In this case, since the number of chairs that can be booked at once will be limited to the number of chairs available for the chosen color, max persons has been set to 200.
    • Tick the box for Multiply all costs by person count to ensure that prices are calculated based on the quantity of chairs.
    • Tick the box for Count persons as bookings to control the number of chairs available for any given block of time.
    • Tick the box for Enable person types and then select Add Person Type, which allows you to set a custom label. For this example, I want the label to be Qty. of chairsblank
  12. Go to the Costs tab and set as appropriate, bearing in mind that block cost will be multiplied by the total number of chairs.
  13. Go to the Availability tab and set as needed.
  14. Publish.

Usage

blank

Was this article helpful?
Dislike 0
Views: 17