Ciao, qui vi lascio lo script da sostituire al posto del vostro in modo che non appaia più qull'odiosa scritta..
Aprire il file: shopIndex.tpl (trattasi di file .PHP)
dal seguente percorso:
components\com_virtuemart\themes\default\templates\common
sostituite tutte le righe di codice che avete con queste:
<?php
defined( 'vmToolTipCalled') or define('vmToolTipCalled', 1);
//echo $vendor_store_desc."
";
//echo "
<h4>".$VM_LANG->_('PHPSHOP_CATEGORIES')."</h4>";
echo $categories; ?>
<div class="vmRecent">
<?php echo $recent_products; ?>
</div>
<?php
// Show Featured Products
if( $this->get_cfg( 'showFeatured', 1 )) {
/* featuredproducts(random, no_of_products,category_based) no_of_products 0 = all else numeric amount
edit featuredproduct.tpl.php to edit layout */
echo $ps_product->featuredProducts(true,10,false);
}
// Show Latest Products
if( $this->get_cfg( 'showlatest', 1 )) {
/* latestproducts(random, no_of_products,month_based,category_based) no_of_products 0 = all else numeric amount
edit latestproduct.tpl.php to edit layout */
ps_product::latestProducts(true,10,false,false);
}
?>
Funziona sicuramente con la versione: 1.1.4
Per tutti quelli che non hanno ancora risolto...