I set Manufacturers in my shop. But I don't want a image for each one.
I can remove the image in this module that says, "Product Image Unavailable"
Thanks,
Jose
Go to: /public_html/components/com_virtuemart/views/virtuemart/tmpl/default_categories.php
Remove:
<div>
<?php // Product Image
if ($product->images) {
echo JHTML::_ ( 'link', JRoute::_ ( 'index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=' . $product->virtuemart_product_id . '&virtuemart_category_id=' . $product->virtuemart_category_id ), $product->images[0]->displayMediaThumb( 'class="featuredProductImage" border="0"',true,'class="modal"' ) );
}
?>
</div>
DONE!!!
Thanks
You can also just change the "image unavailable image to a transparent 1px big one.