Skip to content

Instantly share code, notes, and snippets.

@sivaprabug
Created February 27, 2013 15:04
Show Gist options
  • Save sivaprabug/5048559 to your computer and use it in GitHub Desktop.
Save sivaprabug/5048559 to your computer and use it in GitHub Desktop.
How to how PRODUCT-SKU in product page of Virtuemart 2 in Joomla
<?php
// Manufacturer of the Product
if (VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) {
echo $this->loadTemplate('manufacturer');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment