News:

Support the VirtueMart project and become a member

Main Menu

days and stars

Started by gpnetin, June 06, 2012, 02:09:06 AM

Previous topic - Next topic

gpnetin

How could I change the setting or remove the image marked in red below (days and stars)? Please advise. Thanks.

[attachment cleanup by admin]

2004carlt

Stuck on this too. Any solution?
www.alien-ufo-sightings.com
www.alien-ufo-videos.com
www.bestblender.co.uk
www.wealthyaffiliatesnoscam.blogspot.co.uk
www.grow-your-own-weed.blogspot.co.uk

fllipper

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 :)