>
> > On the product template I load satchmo_discounts without errors.
> > Next to the "normal" price I want to show the discount price so I
> > added the {{ product|discount_price:"sale" }} tag to the template.
You want to drop the quotes. If you quote it, you are sending "sale". This
is from one of my templates:
<div class="price">{{ item|discount_price:sale|currency }}</div>
---
Bruce Kroeze
http://gosatchmo.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---