Brilliant. That seems like a much smarter way of doing it. Signals is
probably the only section of django of which I have zero knowledge so
this will be a good chance to leverage them.

On 13 Apr, 01:36, Chris Moffitt <[email protected]> wrote:
> I think the preferred way to do this would be to use signals to dynamically
> calculate the price. You can read more about the various ones in Satchmo
> here -http://www.satchmoproject.com/docs/svn/signals.html
>
> You'll probably want to use satchmo_price_query
>
> -Chris
>
> On Sun, Apr 12, 2009 at 4:46 PM, [email protected] <
>
> [email protected]> wrote:
>
> > Hi,
>
> > I am looking at various options for building a web store selling
> > jewellery. One of the things I absolutely need to be able to do is to
> > able to rapidly change the price of products based on daily fixes for
> > gold etc..
>
> > I've had a quick poke around satchmo and the best way I can think of
> > right now is to create a custom product model with weight and
> > multiplier attributes. Then I could run a query daily basis using
> > those attributes to update the price in the database. I'm not sure
> > this is the best method. Does anyone else have any other better ideas
> > on how that might be done?
>
> > I would be much obliged for any input you could offer.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to