I would like to show
Posted: 16 Apr 2008, 17:55
I would like to show Phoca Gallery Ramdom Image Module inside the product details template of VirtueMart 1.1
I added this code to flypage.tpl which is the default template for product details:
<?php if($this->countModules('user7')) : ?>
<div>
<jdoc:include type="modules" name="user7" />
</div>
<?php endif; ?>
Currently, I get this error message:
Fatal error: Call to undefined method vmTheme::countModules() in /components/com_virtuemart/themes/default/templates/product_details/flypage.tpl.php on line 28
I added this code to flypage.tpl which is the default template for product details:
<?php if($this->countModules('user7')) : ?>
<div>
<jdoc:include type="modules" name="user7" />
</div>
<?php endif; ?>
Currently, I get this error message:
Fatal error: Call to undefined method vmTheme::countModules() in /components/com_virtuemart/themes/default/templates/product_details/flypage.tpl.php on line 28