it's me again with another Prestashop question.
In my template, I'd like to display total price in basket (cart) without using the module there, jsut simply display total price there and link to the basket ... is there a function, that will get this information from within the system?
gettotalprice
Or something like that?
if you use the prestashop version 1.5 you should use this:
Context::getContext()->cart->getOrderTotal(true);
best regards