التخطي إلى المحتوى الرئيسي

خدمات العملاء

دليل المقاسات

اتصل بنا

اتصل بنا على الرقم

تفضّل بزيارتنا

تسجيل الدخول / التسجيل
سجِّل الدخول أو تسجَّل لإنشاء قائمة أمانيك

مرحبًا بك في "غراف"

لقد وصلت إلى موقعنا في الولايات المتحدة. إذا كنت ترغب في تغيير موقعك، فيُرجى النقر أدناه:

<script> function addNoibuAttributes() { if (!window.NOIBUJS) { return; } // All available Noibu attributes from pdict var noibuAttributes = { "customer_id": '', "customer_groups": '', "order_id": '', "order_token": '', "coupon_codes": '', "promotions": '', "cart_id": '', }; // Loop through all attributes and add them dynamically Object.entries(noibuAttributes).forEach(([key, value]) => { if (value && value !== 'null' && value !== 'undefined') { window.NOIBUJS.addCustomAttribute(key, value); } }); } if (window.NOIBUJS) { addNoibuAttributes(); } else { window.addEventListener("noibuSDKReady", addNoibuAttributes); } </script>