Thank you for your answer, I also found this solution by reading through the topics in the group - it is good for displaying the full price and then the discounted one. Nevertheless, my client wanted a more comprehensive way of creating sales from the admin panel - being able to create 'absolute amount off', 'percentage of'f' and multibuy sales from the type '3 for the price of 2' and being able to apply it to multiple products without having to open every product's edit page, so I ended up creating custom 'Sale' model that has a similar interface to 'Discount', but instead of messing with discounts, its save method creates such second prices for products, selected from a multi-choice checkbox widget. In order to connect the 'Sale' to the created second prices for further reference and CRUD operations, I subclassed the 'Price' model with my own 'SalePrice' that has a foreign key to Sale. So a new Sale creates SalePrices and they in turn create Price entries, while Satchmo's original models stay unmodified. If anybody needs any further details of how I did it, feel free to ask!
-- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To view this discussion on the web visit https://groups.google.com/d/msg/satchmo-users/-/qAfoUgs-yDYJ. 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.
