مرحبا بكم :استفيدو من التوصيل بالمجان طيلة هذاالشهر والدفع عند الاستلام .

  • مرحبا بكم :استفيدو من التوصيل بالمجان طيلة هذاالشهر والدفع عند الاستلام .

سياسة الاستبدال والاسترجاع

سياسة الاستبدال والاسترجاع: 


  • - الإستبدال والإسترجاع حق مضمون كل عملائنا وهو يشمل جميع المنتجات التي نعرضها على متجرنا.
  • - جميع المنتجات المعروضة على متجرنا قابلة لسياسة الإستبدال والإسترجع وفق الشروط والأحكام المنصوص عليها في هذه الصحفة.
  • - يمكن الإرجاع أو الإستبدال إذا كان المنتج بنفس حالته الأصلية عند الشراء ومغلفا بالغلاف الأصلي.
  • - الاسترجاع خلال ثلاثة (3) أيام والاستبدال خلال سبعة (7) أيام من تاريخ الشراء.
  • - يرجى التواصل معنا عبر صفحة اتصل بنا أو عبر أرقامنا الهاتفية من أجل طلب الإسترجاع أو الإستبدال.
  • - يرجى تصوير المنتج وإرساله مع تحديد المدينة والعنوان ورقم الطلب ليتم إستبداله بمنتج اخر في حالة كان المنتج فاسدا أو به عيب معين، أو لا يستغل وفق المتفق عليه.
  • - يتم إسترجاع المبلغ للعميل كاملا في حالة كان المنتج الذي توصل به مختلف تماما مع وصف المنتج في صفحة المنتج بموقعنا.
  • - لسنا مسؤولين عن أي توقعات لإستعمال المنتجات من طرف العميل لم نذكرها بصفحة المنتج بموقعنا.
  • - تخصم 30 بالمائة أو قيمة لا تقل عن 25 درهما إذا كان العميل لا يريد المنتج وليس به عيب ولا أي مشكل يذكر.


var productItem = document.getElementsByClassName("product-item") for (var i = 0; i < productItem.length; i++) { var price_checker = productItem[i].querySelector("div.product-info > div > span.currency-value.before") !== null; if (price_checker) { productItem[i].style.position = "relative" var discount_pp = document.createElement("span") discount_pp.setAttribute("class", "discount_pp") productItem[i].appendChild(discount_pp) var price_bef = productItem[i].querySelector("div.product-info > div > span.currency-value.before > span.value") var price_aft = productItem[i].querySelector("div.product-info > div > span.currency-value.after > span.value") var price_after = parseInt(price_aft.textContent) var price_before = parseInt(price_bef.textContent) var pp = (price_after * 100) / price_before var pp_rounded = (Math.round((100 - pp))).toString() discount_pp.innerHTML = pp_rounded + "%-" } } var price_befff = document.querySelector("div.product-section.price-section > h3 > span.before.currency-value") !== null; if (price_befff) { var price_aft = document.querySelector("div.product-section.price-section > h3 > span.after.currency-value > span.value").textContent var price_bef = document.querySelector("div.product-section.price-section > h3 > span.before.currency-value > span.value").textContent var price1_bef = parseInt(price_bef) var price1_aft = parseInt(price_aft) var price_place = document.querySelector("div.product-section.price-section > h3 > span.before.currency-value") var disCount = document.createElement("span"); disCount.setAttribute("class", "discount_prcnt") var prcntg = (price_aft * 100) / price_bef var prcntg1 = (Math.round((100 - prcntg))).toString() disCount.innerHTML = "" + " تخفيض " + prcntg1 + "%"; price_place.after(disCount) } const DivContainer = document.getElementsByClassName("product-title"); const DavContainer = document.getElementsByClassName("product-section price-section"); if (DivContainer.length !== 0) { function AddNewHome() { const newDiv = document.createElement("div"); newDiv.innerHTML = '' DivContainer[i].appendChild(newDiv) } for (i = 0; i < DivContainer.length; i++) { AddNewHome(); } } if (DavContainer.length !== 0) { function insertAfter(referenceNode, newNode) { referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling); } const newDav = document.createElement("div"); newDav.setAttribute("class", "rvw_stars") newDav.innerHTML = '' insertAfter(DavContainer[0], newDav) }