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
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:
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 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
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
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
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/#