Prestashop - basket total price

Martin picture Martin · Jun 28, 2011 · Viewed 7.4k times · Source

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?

Answer

moein kh picture moein kh · Nov 28, 2013

if you use the prestashop version 1.5 you should use this:

  Context::getContext()->cart->getOrderTotal(true);

best regards