Published on: 25-07-19 11:45am
The Booking App for Shopify will let the Admin create a booking on his products. He can create two kinds of bookings, i.e., Appointment (time-wise) type Booking & Concert (day-wise) type Booking. He can create a booking for a single user or for multi-users.
Booking app for Shopify: video guide
In Appointment type booking, you need to select days of the week and create particular slots of timing which will be the same and applicable for all the selected weekdays.
In Concert type booking, you can create different time slots for individual weekdays that you wish for.
The booking app has six sections:
To create booking products, follow the process:
Shopify Backend >> Products >> All Products >> Select the product for booking >> Edit >> More Actions >> Booking Product >>
you will be redirected to booking app
>> Enter the product name, select the variant of that product & select the booking type (Appointment/Concert) >> Proceed
you will be redirected to edit booking products section
>> Edit Product Information >> Edit Location >> Availability >> Custom Info >> Custom Fields >> Save.
Shopify Backend >> Booking Product App >> Booking Section >> Select the particular booking >> Edit >> Reschedule Booking Section
>> Enter the Slots for another day >> Click on Reschedule Booking.
>> Click on Cancel Booking button.
Shopify Backend >> Booking Product App >> Configure Front >> Either Auto-inject the code or do it manually.
For Manual code pasting, copy-paste the codes given below in respective liquid files:
product-template.liquid
{% if product.tags contains "wk_booking" %}
{% include 'bc-widget' %}
{% endif %}
customers/order.liquid
{% if line_item.properties.wk_booking %}
<p><u><a href="https://{{ shop.domain }}/pages/booking-information/{{ line_item.id }}?handle={{ line_item.variant_id }}">View Booking Details</a></u></p>
{% endif %}
For detailed information about this app, please have a look at Shopify Booking App blog.
Looking for anything specific article which resides in general queries? Just browse the various relevant folders and categories and then you will find the desired article.
Contact Us