How could I change the setting or remove the image marked in red below (days and stars)? Please advise. Thanks.
[attachment cleanup by admin]
Stuck on this too. Any solution?
hello,
In the ......./components/com_virtuemart/views/productdetails/tmpl/default.php, you have to delete the code
<div class="availability">
<?php echo JHTML::image(JURI::root() . VmConfig::get('assets_general_path') . 'images/availability/' . VmConfig::get('rised_availability', '7d.gif'), VmConfig::get('rised_availability', '7d.gif'), array('class' => 'availability')); ?>
</div>
<?php } else {
?>
<div class="availability">
<?php echo JHTML::image(JURI::root() . VmConfig::get('assets_general_path') . 'images/availability/' . $this->product->product_availability, $this->product->product_availability, array('class' => 'availability')); ?>
</div>
Hope this help :)