Skip to content

Instantly share code, notes, and snippets.

@sivaprabug
Created February 27, 2013 15:07
Show Gist options
  • Save sivaprabug/5048585 to your computer and use it in GitHub Desktop.
Save sivaprabug/5048585 to your computer and use it in GitHub Desktop.
Show SKU Field in product page of Virtuemart 2
<div class="skuNumber"><br />
<?php echo JText::_('COM_VIRTUEMART_CART_SKU') ?>: <?php echo $this->product->product_sku; ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment