Forum Forum Magento Theme SNS Nova – Magento Theme Display Product SKU on Product Page

  • Author
    Posts
  • #2360

    tspiro1008
    Participant

    Hello,

    Can you please remove the extra (confusing) characters in the code below?

    I’d like to see the actual code that needs to be pasted into the file.

    Also, how many lines of code do I need to paste in?

    Thank you for your help.

    Tony

    Tu Tran wrote:

    Hi,

    To add the SKU filed into product view page, please go to the file app\design\frontend\default\sns_toronto\template\catalog\product\view.phtml, add the code bellow

    <?php $sku = Mage::getModel(‘catalog/product’)->load($_product->getId())->getSku(); ?>
    <p class="sku-product"><?php echo $sku; ?></p>

    right before the code

    <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>

    Thanks,
    ———————————————————————————-

You must be logged in to reply to this topic. Click here to login or register