On Wed, 7 Nov 2012 08:18:50 -0800 (PST)
Paul Walsh <paulywa...@gmail.com> wrote:

> I am trying to do what should be a simple thing in an e-commerce
> platform, but nothing in the Satchmo docs indicates how to do this in
> Satchmo:
> 
> For any given product, I want to add a lower price. So, if 
> the normal (first) price is $10, I then want to add a price of $7.
> 
> And, in such a case, I'd want to display the $7 price, and go through
> the cart at this price.
> 
> Even better, I'd want to show the $10 striked out, and the $7.
> 
> $ discount would be non-standard - each product can have its own
> discounted price (or not).
> 
> How can this be achieved with with the pricing system in Satchmo?
> 

I use simple template tag that test unit_price to be equal to biggest
of product's prices. It works for tiered prices too.

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to satchmo-users@googlegroups.com.
To unsubscribe from this group, send email to 
satchmo-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to