VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: romsuu on January 24, 2014, 00:38:17 AM

Title: How can i put 2 different category view
Post by: romsuu on January 24, 2014, 00:38:17 AM
How to put 2 different category view on joomla to make it work
one is without <div class="actions">
<?php echo JHTML::link ($product->linkJText::('COM_VIRTUEMART_PRODUCT_DETAILS'), array('title' => $product->product_name'class' => 'product-details')); ?>
<?php
echo mod_virtuemart_product_hgcarousel::addtocart ($product$params);
?>


</div>


and the second have to be with this code

point is , i have about 20 custom fields and they are showing in category view on all products but
where i had put the 20 custom fields there i dont want to show up and for other category i have only one custom field on products and i want to show this globally

sorry for my english