Archive for November 16th, 2008
You are browsing the archives of 2008 November 16.
You are browsing the archives of 2008 November 16.
Magento’s default theme doesn’t display the SKU on the product page (at least as of v1.1.6). As per this discussion thread, it’s fairly easy to add by editing the template: In whichever theme you’re using, in the file template/catalog/product/view.phtml, add the line: <?php echo $this->htmlEscape($_product->getSku()) ?> Here’s a few lines of my view.phtml to give [...]