OB2279CP SOP-8

0 รีวิว ขายแล้ว: 0

หมวดหมู่:

รีวิว

ยังไม่มีบทวิจารณ์

เฉพาะลูกค้าที่เข้าสู่ระบบ และเคยซื้อสินค้าชิ้นนี้แล้วเท่านั้น ที่เขียนบทวิจารณ์ได้

window.onload = function () { const productGrid = document.querySelector(".display-products.products-grid"); if (productGrid) { productGrid.setAttribute("data-mobile", "3"); // มือถือ: 3 ชิ้นต่อแถว productGrid.setAttribute("data-tablet", "4"); // แท็บเล็ต: 4 ชิ้นต่อแถว } };