how to show sku in product list page?

来源:互联网 发布:淘宝店怎么改名 编辑:程序博客网 时间:2024/05/06 13:26

如何在前台列表页显示产品的sku码?

讲下面的代码加到你的list.phtml中对应的位置

<?php echo $this->htmlEscape($_product->getSku()) ?>

 

然后这样还不够。确保你的sku的Used in Product Listing属性设置为"yes",Visible on Product View Page on Front-end属性也要设置为"yes"

 

OK,reflesh your cache and enjoy it!