I have a Satchmo store, where the products are models that subclass Satchmo's Product: Book(Product) and Accessory(Product)
Both my Book and Accessory classes have a FK to Distributor (actually, distributor is an Organization in Satchmo's contacts module.)
I'd like to be able to apply discounts on all products of a particular distributor:
Say, if I had a distributor called "Penguin", I want all products from penguin to be 30% off from December 5th > December 21st.
I find the docs of Satchmo quite lacking (and outdated in some areas), and I just can't see how I can do this (unless I totally write my own code).
Is such discount logic possible in Satchmo?