cart_total_amount showing 0 in django-shopping-cart

47 Views Asked by At

I have added cart.context_processor.cart_total_amount in settings.py But when i use it in the template it shows 0

I was expecting the total cart amount so want to know why the total cart amount is not showing up in {{cart_total_amount}}

0

There are 0 best solutions below