News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

How can i put 2 different category view

Started by romsuu, January 24, 2014, 00:38:17 AM

Previous topic - Next topic

romsuu

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