document.addEventListener("DOMContentLoaded", function () { const target = document.querySelector("#single-product-details > div"); const priceDiv = document.querySelector("#product-form > div"); if (priceDiv && target) { target.appendChild(priceDiv); } }); document.addEventListener('DOMContentLoaded', function () { const target = document.querySelector("#single-product-details > div > div.tabs-wrapper"); if (target) { const html = `
المقاس | طول العباية (إنش) | العرض (إنش) | الكم (إنش) |
---|---|---|---|
50 | 50 | 21 | 25 |
52 | 52 | 22 | 26 |
54 | 54 | 23 | 27 |
56 | 56 | 24 | 28 |
58 | 58 | 25 | 29 |
60 | 60 | 26 | 30 |
الرياض، أبها، خميس مشيط: 1 - 2 أيام عمل
باقي مدن المملكة: 2-4 أيام عمل
الرجاء ملاحظة أنه في ظل ظروف استثنائية، قد يتأثر وقت التوصيل. سيخبركم فريق خدمة العملاء لدينا بأي تأخير قد يحدث.
يشاهد الصفحة الآن ${count} شخص
`; document.body.appendChild(visitorBox); // أظهر العنصر بعد تحميل الصفحة setTimeout(() => { visitorBox.classList.add("show"); }, 500); // يظهر بعد نصف ثانية // أخفِ العنصر بعد 3 ثوانٍ setTimeout(() => { visitorBox.classList.remove("show"); }, 4500); });