Products - Thêm thông tin mã hàng SKU vào trang product trong Magento
Mở file template cho trang products tại app/design/frontend/default/your-theme/template/catalog/product/view.phtml
<div class="product-name">
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
</div>
Thêm code sau đây:
<?php echo $this->htmlEscape($_product->getSku()) ?>
hoặc:
Cấu hình trong Backend
Catalog > Attributes > Manage Attributes > [...search for sku...] > Frontend Properties > Visible on Product View Page on Front-end > Yes > Save
0 nhận xét:
Đăng nhận xét