Ciao, grazie per avermi risposto, ma non ci ho capito tanto, il codice che devo modificare è questo qui sotto?
require_once( $mosConfig_absolute_path.'/components/com_virtuemart/virtuemart_parser.php' );
$max_items = $params->get( 'max_items', 2 ); //maximum number of items to display
$category_id = $params->get( 'category_id', null ); // Display products from this category only
$display_style = $params->get( 'display_style', "vertical" ); // Display Style
$products_per_row = $params->get( 'products_per_row', 4 ); // Display X products per Row
$show_price = (bool)$params->get( 'show_price', 1 ); // Display the Product Price?
$show_addtocart = (bool)$params->get( 'show_addtocart', 1 ); // Display the "Add-to-Cart" Link?
require_once( CLASSPATH . 'ps_product.php');
$ps_product = new ps_product;
se è questo mi dici come?
grazie mille