₹7,999.00
Buying for a home project, hotel, restaurant, banquet hall, office or multiple properties?
Send us your requirements directly on WhatsApp for a personalised bulk-order quote.
💬 Send Bulk Enquiry on WhatsApp
function laltienBulkWhatsApp() {
var name = document.getElementById("laltien-name").value.trim(); var phone = document.getElementById("laltien-phone").value.trim(); var quantity = document.getElementById("laltien-quantity").value.trim(); var message = document.getElementById("laltien-message").value.trim();
if (!name) { alert("Please enter your name."); return; }
if (!phone) { alert("Please enter your phone number."); return; }
if (!quantity) { alert("Please enter the required quantity."); return; }
var productName = document.title;
var whatsappMessage = "Hello Laltien Lighting,%0A%0A" + "I would like to enquire about a bulk order.%0A%0A" + "Product: " + encodeURIComponent(productName) + "%0A" + "Name: " + encodeURIComponent(name) + "%0A" + "Phone: " + encodeURIComponent(phone) + "%0A" + "Quantity Required: " + encodeURIComponent(quantity) + "%0A" + "Requirements: " + encodeURIComponent(message || "Not specified") + "%0A%0A" + "Please share your best bulk-order price and details.";
var whatsappURL = "https://wa.me/918287900507?text=" + whatsappMessage;
window.open(whatsappURL, "_blank");
}
Reviews
There are no reviews yet.