QUERY = SELECT CubeCart_cats_idx.cat_id, CubeCart_cats_idx.productId, productCode, quantity, description, length, image, price, CubeCart_inventory.active, name, remixer, label, exclusive, genre, added, added FROM CubeCart_cats_idx INNER JOIN CubeCart_inventory ON CubeCart_cats_idx.productId = CubeCart_inventory.productId WHERE CubeCart_inventory.release = '0' && CubeCart_inventory.showin != 'Pool' && CubeCart_cats_idx.latin='1' ORDER BY CubeCart_inventory.added DESC