Hello everyone, We are doing a web-shop based on Taobao.com website API. For the front- end as well as some back-end we decided to use Satchmo. It's a brilliant product, but we can't figure out some small detail.
On Taobao, every product has two sets of "properties". First set is predefined options like "trademark", "model", "focal length" etc. The second set is more like satchmo's options. "Size" contains values like S, M, L, XL etc, "Set" contains values like "Original in box", "Unboxed", "With gift USB flash drive" etc. Each option combination has it's own stock and price. However we encountered that price change is defined in options, not in final product. Each one of millions of items can have it's price for every set, not defined by some common rules or sense. As far as I dug into the code, ProductPriceLookup object could be overridden to lookup the prices in some other place. But I don't think it's a very elegant solution. Could you please advice the best practice to handle that? -- 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.
