cropped-Aquatica_Transparent_Logo-1.png
1
CHECKOUT
Your cart is currently empty.
Subtotal 0.00
Total 0.00

Shipping Information

Order Summary

Product
Total
Subtotal 0.00
Total 0.00

Payment Information

All transactions are secure and encrypted.

Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.

Got a question? Don’t worry! We’re just a phone call away. Reach out to us at +91 98317 04022 or +91 93315 55220 for any queries or assistance you need!

Fun With Confidence

Trusted by more than 5000+ visitors

5000+ Happy Visitors

Abhishek Ghosh
5/5

“They have a restaurant that offers Indian, Chinese and Biryani in a good rate.”

Arijit Ghose
5/5

“Highly recommended, we will definitely comeback again and again with my whole family ❤️,this is my 4th time here and every single visit we stay min 2days and yet if there’s a chance we always extend our stay here”

// Custom validation for Billing Phone checkout field add_action('woocommerce_checkout_process', 'custom_validate_billing_phone'); function custom_validate_billing_phone() { $is_correct = preg_match('/^[0-9]{6,20}$/', $_POST['billing_phone']); if ( $_POST['billing_phone'] && !$is_correct) { wc_add_notice( __( 'The Phone field should be between 6 and 20 digits.' ), 'error' ); } }