As the title states I'm trying to switch the latest products on the home page to show a group of random products from just one category.  This isn't really a skin question I guess but... I see the piece of code on line 96 in classes/cubecart.class.php $latestProducts = $GLOBALS['db']->select('CubeCart_inventory', false, $where, array('date_added' => 'DESC', 'product_id' => 'DESC'), (int)$GLOBALS['config']->get('config', 'catalogue_latest_products_count'));And if I jump to classes/cat