Booking

Book an appointment

What do you need?

Step 1/7
thankyou
summary
details
date
attendant
secondary
services

Subtotal

0.00 $

Select your currency
INR Indian rupee
Add to cart
jQuery(document).ready(function($) { // When quantity changes $('body').on('change', 'input.qty', function() { // Trigger WooCommerce to update cart totals via AJAX $('[name="update_cart"]').prop('disabled', false); $('[name="update_cart"]').trigger('click'); }); });