VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: gpnetin on June 06, 2012, 02:09:06 AM

Title: days and stars
Post by: gpnetin on June 06, 2012, 02:09:06 AM
How could I change the setting or remove the image marked in red below (days and stars)? Please advise. Thanks.

[attachment cleanup by admin]
Title: Re: days and stars
Post by: 2004carlt on June 06, 2012, 03:39:29 AM
Stuck on this too. Any solution?
Title: Re: days and stars
Post by: fllipper on June 26, 2012, 16:36:07 PM
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 :)