Re: How Can I Override These Templates?

2012-05-09 Thread Olivier Lauret
Hi, In Satchmo, it is very easy to change a default template. Just move these templates in your site using the same directory structure under templates and the job is done (well, almost, now you have to do the changes in the files). For instance, in the payment example you gave, just copy the html

Re: Integrating Haystack with Satchmo

2012-05-09 Thread Swaroop Shankar V
Thanks Marco, I just saw in some posts that haystack wont work well with satchmo. So could you tell me how you created the search index file for the satchmo models? Thanks and Regards, Swaroop Shankar V On Tue, May 8, 2012 at 11:20 PM, ma...@cuthemustard.com < ma...@cuthemustard.com> wrote:

Custom view

2012-05-09 Thread Gino pino
I would like to custom categories view behaviour. I read official docs but i do not understand if i have to write my view from the beginning, or i can clone satchmo view and modify it, like it should be done with templates. Thanks to all -- You received this message because you are subscribed to

How Can I Override These Templates?

2012-05-09 Thread easypie
How would I override these 2 templates (shop)? Do I have to merge them into 1 dir like this: /home/user/mysite/templates/shop/{file1,file2,file3.html}? I tried moving checkout into /shop/checkout/ but it didn't work. Is there a less messy alternative to overriding these files? payment: https

contact

2012-05-09 Thread Tomas Neme
Hello. I've run into an issue in the checkout view, when I moved the shop to SSL-enabled mode. The satchmo_contact_ajax_state view, which is used to update the state/province field on the contact form doesn't work when SSL is enabled The thing is that since /checkout/ is SSL-protected, then /chec

Re: Contact getting hijacked when a new account is created

2012-05-09 Thread Chris Moffitt
Could you open up a ticket and include this patch, along with the method to reproduce. I'll take a look at it. -Chris On Wed, May 9, 2012 at 12:42 AM, Thomas wrote: > I'm pretty sure this is a bug in Satchmo. Here's my fix: > > diff -paurb src.orig//satchmo/satchmo/apps/satchmo_store/accounts/v

Re: Invalid block tag: 'endthumbnail', expected 'else' or 'endif' when using sorl-thumbnail==3.2.5

2012-05-09 Thread changsu
Following Quickstart document (http://www.satchmoproject.com/docs/dev/ quickstart.html) like below led me to this error. = Execute these commands: pip install -r http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt pip install -e hg+http://bitbucket.org/chris1610/satchmo/#