Satchmo Multisites

2010-04-26 Thread Alvaro
Hi I'm trying to find some documentation about how Multisites works in Satchmo but I'm not able to find any good starting point. I'd like to know what the scope of the mutisites implementation currently in place, how to handle the product catalog, payment shipping methods etc Can anybody

Template for order summary

2010-04-26 Thread GuyBrush
Hello, Where is the template for the final order summary that gets displayed after a successful payment? Thank you -- You received this message because you are subscribed to the Google Groups Satchmo users group. To post to this group, send email to satchmo-us...@googlegroups.com. To

Re: 5 minute delay on order confirmation

2010-04-26 Thread Alex Robbins
I had an error like this one time. It was due to mod_wsgi being unhappy if data was posted but the POST dict wasn't ever accessed. The five minutes is the timeout on your socket. http://bitbucket.org/chris1610/satchmo/issue/951/mod_wsgi-thread-deadlocking-issue Maybe you are seeing a similar

Re: 5 minute delay on order confirmation

2010-04-26 Thread Christoph Schindler
On Mon, Apr 26, 2010 at 12:52:58PM -0500, Alex Robbins wrote: I had an error like this one time. It was due to mod_wsgi being unhappy if data was posted but the POST dict wasn't ever accessed. The five minutes is the timeout on your socket.

Re: 5 minute delay on order confirmation

2010-04-26 Thread Alex Robbins
I wonder if this is something that should/could be handled in django's wsgi.py mod_wsgi handler? I don't really know who to blame for the problem, django or mod_wsgi, or someone else? Anyway, it probably be good to file a bug report for the view you are seeing this on, so Chris can add a useless

Re: Template for order summary

2010-04-26 Thread Chris Moffitt
Django debug toolbar is your friend here. It really is useful for figuring out which templates are being rendered. In this case, I think you're talking about this one - http://www.bitbucket.org/chris1610/satchmo/src/tip/satchmo/apps/payment/templates/shop/checkout/success.html -Chris On Mon,