Hi
Please do not bump Your own threads. Each bump moves question to the end of the line in moderator tool and takes me longer to get to it.
Problem was in code of file: /html/com_virtuemart/category/default.php which was modified. The condition only shows SKU when short description was attached to product. I've commented out the condition and now everything is fine:
- Code: Select all
<?php // Product Short Description
//if (!empty($product->product_s_desc)) {
?>
<div class="product-sku"> SKU: <?php echo $product->product_sku ?> </div>
<?php //} ?>