Questions tagged [satchmo]

Satchmo is an open source Python framework for e-commerce web applications--it is built on top of the Django project. Use this tag for questions regarding Satchmo which are not more generally applicable to Django.

Satchmo is an open source Python framework for e-commerce web applications--it is built on top of the Django project. Use this tag for questions regarding Satchmo which are not more generally applicable to Django.

The Satchmo Project's home page can be found at http://www.satchmoproject.com/.

127 questions
1
vote
1 answer

How to construct a full URL in django

I need to get django to send an email which contains a URL like this http://www.mysite.org/history/ Where 'history' is obtained like so: history_url = urlresolvers.reverse('satchmo_order_history') history_url is a parameter that I pass on to the…
handros
  • 597
  • 1
  • 5
  • 14
1
vote
0 answers

Get rid of default view in Satchmo / Django?

just curious what's the proper/transparent way to get plain 404 error instead of view for the pre-defined url ? The default install of Satchmo handles /quickorder url with a cart view. I would like to completely disable handling for this url. So far…
David Unric
  • 7,421
  • 1
  • 37
  • 65
1
vote
1 answer

satchmo nginx redirect to https then to http and back

Im having a weird issue with a django project called satchmo, Im deploying with nginx and uwsgi. Whats happening is that the application does respond and it redirects to https and then to http and back to https until nginx stops and the application…
maumercado
  • 1,453
  • 4
  • 23
  • 47
1
vote
1 answer

Satchmo Shipping Module Order Information

In my shipping module I'm trying to check the payment type and only return true for valid() if the payment type is not COD. Basically, I only want to give shipping choices of Local Delivery or Local Pickup if paying by COD and not allow actual…
OpIvy
  • 37
  • 1
  • 9
1
vote
0 answers

CSRF protection causing "Type mismatch error"

In the Satchmo code (satchmo/satchmo/apps/satchmo_store/contact/templates/contact/_state_js.html) the following JavaScript is causing errors in Internet Explorer version 6: /** * Required for Django's CSRF protection when using AJAX * Taken from…
handros
  • 597
  • 1
  • 5
  • 14
0
votes
1 answer

Different national and international shipping rate in Satchmo?

I'm taking over a Satchmo site and need it to charge a different shipping rate for international versus local postage. Any idea what I need to do to enable this?
Stuart Axon
  • 1,844
  • 1
  • 26
  • 44
0
votes
1 answer

Django Store with limited options

I want to have a pricing screen with only 4 options avaliable for the user to choose from. After this I need some integration to paypal to recieve the payments. Is it best to use satchmo for something this simple or is there another option…
mirugai
  • 175
  • 4
  • 12
0
votes
1 answer

Do not allow product of different categories in a cart

Satchmo store has products of different categories. For some reason I need to process payments of products of different category using different merchant account. Since this needs to be done asap, the quick solution is not to allow products of…
Aman
  • 4,786
  • 1
  • 17
  • 17
0
votes
2 answers

Satchmo product variation stock

I am trying to set up a Satchmo site, but I am stuck at the product variation and the item in stock for the specific variation. I am attaching the link (THIS LINK); please see the size section where I want to MARK the sold out variation of that…
genxstylez
  • 276
  • 1
  • 4
  • 11
0
votes
1 answer

Satchmo: list all active products

I'd like to list all active products (from all or a specific category) in a template. I've looked almost everywhere and I simply cannot find a way to do this. I want to display them in the footer of the shop (10 products from 1 category). That means…
Mission
  • 1,287
  • 3
  • 16
  • 31
0
votes
2 answers

Satchmo unit test runs only in isolation

I am working on a Django project, using the Satchmo shopping cart software. I have to use fairly complex custom code for this project, thus would like to have all Django and Satchmo tests passing. However, one of the tests only works in isolation,…
muksie
  • 12,565
  • 1
  • 19
  • 14
0
votes
2 answers

Satchmo's Contact Form Dont send email

I am a newbie using satchmo shop for the first time. This is my first ever question with stack too. So far I have been able to manage the customization to a reasonably well except the 2 things that I am eagerly looking to work for me. When try to…
0
votes
2 answers

Online store with support for store credit

I am looking into online stores to use internally at a company. They would like to be able to add credit to a users account as part of an incentive program. I have started looking at Online store software, but am not clear as to which support store…
michael
  • 2,577
  • 5
  • 39
  • 62
0
votes
1 answer

Payment processing for webshop with python 2.7 in GAE?

I'm developing a small webshop that should have some payment options. My platform is Google App Engine and python 2.7. There is a project called satchmo that is django / python and I wonder if I can use its code? Here is the Open Source for some of…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
0
votes
2 answers

Django+Satchmo using nginx+FastCGI after some time gives HTTP Error 502 Bad gateway

I installed new Satchmo store on Linux Debian 6 distributive. Standard Django development server works perfect, but in production mode with nginx + FastCGI after some time (or it's look like after some memory limit will be overfilled) nginx output…
ramusus
  • 7,789
  • 5
  • 38
  • 45
1 2 3
8 9