I accidentally sent the message without completing it... see the continuation below.
> > I am trying to customize Satchmo by customizing Product. I have > followed the instructions on how to override the Product model. > > What I need to do is to have a 'ProductTemplate' model such that > someone in the admin can build one and then create new custom Products > based off a ProductTemplate (attributes and many_to_manys will be > copied to the newly created CustomProduct object). The reason for this > is that we have a small set of product types that are often created > and it would be nice to make adding products faster and easier. > > Is there a simple way of doing this that I have overlooked? The > workflow I am thinking about seems to require a new admin page for > creating products: - add product from template - select template - save new custom product - edit the custom product (price adjustment, photos, etc...) - save the custom product I have been messing around with the pre_save signal to try and populate the custom product but I haven't yet found a good solution. Any ideas? Thanks, - David -- 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.
