2. ال

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

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


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


// Sub-problem 1: Create a function to change the icon in the home page. function changeIconHome() { const DivContainer = document.getElementsByClassName("product-title"); const newDiv = document.createElement("div"); DivContainer[i].appendChild(newDiv); } } // Sub-problem 2: Create a function to change the icon in the product page. function changeIconProduct() { const DavContainer = document.getElementsByClassName("product-section price-section"); if (DavContainer.length !== 0) { const newDav = document.createElement("div"); newDav.setAttribute("class", "rvw_stars"); insertAfter(DavContainer[0], newDav); } } // Sub-problem 3: Create a function to add a new div with the updated icon to the home page. function addNewDivHome() { const DivContainer = document.getElementsByClassName("product-title"); const newDiv = document.createElement("div"); .single-order { border: 1px dashed var(--body-background-color) !importan @keyframes shake-x { 0%, 100% { -webkit-transform: translateZ(0); transform: translateZ(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-5px,0,0); transform: translate3d(-5px,0,0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(5px,0,0); transform: translate3d(5px,0,0); } } .single-product .single-submit.shaked { animation: shake-x 1s ease infinite; } .single-product .single-submit.shaked:hover { animation: none; }