ডিসেন্ড সাদা লুঙ্গি -০১

Original price was: ৳ 1,050.Current price is: ৳ 850.

৬ হাত প্রিমিয়া কোয়ালিটি লুঙ্গি, ১০০% সুতি, গরমে আরামদায়ক,
রঙ ফেড হয় না,
দৈনন্দিন ব্যবহারের উপযোগী।

4 in stock

আপনার যেকোন প্রয়োজনে আমাদের সাথে যোগাযোগ করুন

+8801747850614

অর্ডার বা তথ্যের জন্য WhatsApp করুন

WhatsApp
Facebook

Description

লুঙ্গির দাম নির্ভর করে সুতা, রং এবং মার্সরাইজড কোয়ালিটির উপর।
এ্যাপারেল লুঙ্গির বৈশিষ্ট্য:

•১০০% সুতি
•১০০% পাকা রং
•চিকন সুতার টেকসই লুঙ্গি
•১০০% ঢাকার মার্সরাইজড
•সফট ও আরামদায়ক
•অ্যাকুরেট সেলাই
•রুচিশীল ও মার্জিত ডিজাইন

Reviews

There are no reviews yet.

Be the first to review “ডিসেন্ড সাদা লুঙ্গি -০১”

Your email address will not be published. Required fields are marked *

Browse Categories
document.addEventListener("DOMContentLoaded", function () {const DELIVERY_CHARGE = 120; const FREE_DELIVERY_QTY = 2;function updateSummary() {const products = document.querySelectorAll(".al-product");let totalQty = 0; let subtotal = 0;products.forEach(function (product) {const check = product.querySelector(".al-check"); const qty = product.querySelector(".al-qty");if (!check || !qty) return;if (check.checked) {const q = parseInt(qty.value) || 1; const price = parseInt(product.dataset.price) || 0;totalQty += q; subtotal += q * price;}});let delivery = 0;if (totalQty > 0) {if (totalQty < FREE_DELIVERY_QTY) { delivery = DELIVERY_CHARGE; }}const grandTotal = subtotal + delivery;document.getElementById("al-total-qty").textContent = totalQty; document.getElementById("al-subtotal").textContent = "৳ " + subtotal;document.getElementById("al-delivery").textContent = delivery === 0 && totalQty > 0 ? "ফ্রি" : "৳ " + delivery;document.getElementById("al-grand-total").textContent = "৳ " + grandTotal;}document.querySelectorAll(".al-product").forEach(function (product) {const plus = product.querySelector(".al-plus"); const minus = product.querySelector(".al-minus"); const qty = product.querySelector(".al-qty"); const check = product.querySelector(".al-check");if (plus) {plus.addEventListener("click", function () {qty.value = (parseInt(qty.value) || 1) + 1;check.checked = true;updateSummary();});}if (minus) {minus.addEventListener("click", function () {let value = parseInt(qty.value) || 1;if (value > 1) {qty.value = value - 1;}updateSummary();});}if (check) {check.addEventListener("change", function () {updateSummary();});}});updateSummary();});