Sản phẩm

35.000 

Liên hệ
Danh mục:
(product) { document.getElementById('page-title').textContent = product.title + ' – Công ty TNHH Hóa Mỹ Phẩm Quốc Tế ICC'; document.getElementById('product-title').textContent = product.title; document.getElementById('breadcrumb-category').textContent = product.category || 'Sản phẩm Dạ Lan'; document.getElementById('product-price').innerHTML = '' + product.price + ''; document.getElementById('product-description').innerHTML = '

' + (product.description || '') + '

'; if (document.getElementById('product-long-description')) { document.getElementById('product-long-description').innerHTML = product.long_description || product.description || ''; var descTab = document.getElementById('tab-title-description'); if (descTab) { descTab.style.display = 'list-item'; descTab.classList.remove('hidden'); } } if (product.image) { document.getElementById('product-image').src = product.image; document.getElementById('product-image-link').href = product.image; } } } });