inteo, писал без проверки:
$Shop_Cart_Controller = Shop_Cart_Controller::instance();
$aShop_Cart = $Shop_Cart_Controller->getAll($oShop);
foreach ($aShop_Cart as $oShop_Cart)
{
// Delete item from the cart
$Shop_Cart_Controller
->shop_item_id($oShop_Cart->shop_item_id)
->delete();
}