Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #1081876

    Hi,

    You can try with this tweak:

    • Go to file: root/templates/ja_megastore/html/com_virtuemart/productdetails/default.php
    • Add this snippet of code to render the product sku:
      <?php // Product SKU  ?>
      <div class="product-sku">
      <?php echo $this->product->product_sku; ?>
      </div>
      <?php // Product SKU end ?>

    Like this: http://prntscr.com/hoyn65

    Regards

    Beliskner Friend
    #1081965

    That’s it! Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Beliskner 6 years, 8 months ago.

The topic ‘product sku to the product page’ is closed to new replies.