Yes, there is and is a SMARTY function that you can use in your templates: {$cart->getOrderTotal(true)}although it only works before Prestashopv1.5 , as noted in the comment below.
. , , true false.
Prestashop v1.5+ : Context::getContext()->cart->getOrderTotal(true);