How to put 2 different category view on joomla to make it work
one is without <div class="actions">
<?php echo JHTML::link ($product->link, JText::_ ('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