I'm trying to rewrite a template for the cart.

I need to retrieve the discount amount but I was not able to find where.

Ie If my coupon code gives me $10 discount I want to retrieve 10, if I have a discount of 5% I want to retrieve 5 if the total price is $100.

Thank you.

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

you can debug your object by printing it out and observing what values it contains

print_r($this->getQuote()->getData());
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.