41
novlang1984
Re: Oledrion items' limit

hello

Look into admin/actions/products.php and comment
// Produits relatifs ****************************************************
 //$relatedProducts = $h_oledrion_products->getObjects($criteria);
 /*foreach($relatedProducts as $oneitem) {
 $relatedProducts_d[$oneitem->getVar('product_id')] = xoops_trim($oneitem->getVar('product_title'));
 }*/

Not sure it is the right thing to do, above all if you need related products feature !