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?