Tagged Questions

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.

learn more… | top users | synonyms

20
votes
5answers
7k views

django-cart or Satchmo?

I'm looking to implement a very basic shopping cart. Satchmo seems to install a lot of applications and extra stuff that I don't need. I've heard others mention django-cart. Has anyone tried this ...
6
votes
1answer
750 views

what's the most extensible/flexible FOSS e-commerce software? (or should I roll-my-own?)

I need to build an internal order entry and tracking system for a grocery store which requires many of the features of existing e-commerce systems, such as product catalog, customer_to_order ...
3
votes
2answers
163 views

Difference Between Satchmo's local_settings.py and settings.py

Can someone explain the difference between local_settings.py and settings.py in Satchmo? I understand that the settings.py module imports the local_settings.py module as it's final step. So any ...
3
votes
2answers
482 views

extending satchmo user profile

I'm trying to extend the basic user registration form and profile included in satchmo store, but I'm in problems with that. This what I've done: Create a new app "extendedprofile" Wrote a ...
3
votes
3answers
2k views

How to make Satchmo work in Google App Engine

I understand that there are big differences in data-store, but surely since django is bundled and it abstracts data-store away from Satchmo, something can be done? Truth is that I am not a Python ...
2
votes
3answers
74 views

How do I initialise my Satchmo website?

As an experienced PHP programmer I tend to avoid things like Python. However we all must play with the cards we have been dealt with and I now have to work with a Satchmo website. I have very little ...
2
votes
1answer
221 views

Does Satchmo's Authorize.net payment module support MasterCard partial authorizations?

I have a Django app that uses Satchmo in conjunction with Authorize.net. Authorize.net is now supporting partial authorization for MasterCard and Discover cards, as noted here and here. Does anyone ...
2
votes
3answers
157 views

How to override an app in Django properly?

I'm running Satchmo. There are many apps and I've changed some of the source in the Product app. So my question is how can I override this properly because the change is site specific. Do I have to ...
2
votes
1answer
253 views

Help with zc.buildout script to install Satchmo

Im trying to re-create a this satchmo environment using a buildout script: [buildout] parts = django satchmo eggs = pycrypto PIL pyyaml trml2pdf sorl-thumbnail django-registration ...
2
votes
1answer
460 views

setup payment for django satchmo

this is a newbie satchmo question...so I've implemented satchmo for a django e-shop I am building. I have setup sathcmo following the tutorials, created some products, tested that I can make an order, ...
2
votes
0answers
325 views

Custom Satchmo Store Configuration / Process

I want to create an order form to buy multiple things in this sort of structure: Business Data 1 ---Product A ---Product B Business Data 2 ---Product A That is, I want to sell products A,B, but ...
2
votes
1answer
273 views

How to prevent Satchmo forms from displaying asterisk after required fields?

I'm customizing my Satchmo store forms and have an icon that appears before any required fields. The problem is, Satchmo seems to want to render a text asterisk after the required fields. I'm using ...
2
votes
1answer
718 views

integrating Satchmo with existing django project

I have a running django project and i want to integrate Satchmo with that project. Problem is that instead of putting satchmo into my site-packages directory, i want it to be used as a django app i.e ...
2
votes
3answers
702 views

How to make project templates and Satchmo templates co-exist?

I'm working with a Satchmo installation that resides within an existing project. This project has its own templates as well as templates for some of the various apps that are installed. Some of ...
2
votes
1answer
347 views

How can I use multiple shipping values in satchmo?

There's already some shipping modules such as FEDEX, Flat Rate, Per pieced and UPS but how can I let the user choose its preferred shipping method and/or price? For those who don't know, Satchmo is a ...
1
vote
2answers
118 views

Is Django bad for conveying business-logic?

I am almost 100% locked in to Django for the projects I have been planning. The final "myth" I'd like to "dispel" is that Django is "mediocre" at conveying business-logic. Direct quote by Peter ...
1
vote
1answer
37 views

Proper Way to Work with Git on Satchmo/Django Project

I've built a django/satchmo ecommerce site which is starting to get some traffic, and I am having a problem because I do not have a smart way to deal with database changes. When I develop the site on ...
1
vote
1answer
90 views

change format sorl thumbnail

can someone please give me an example of how to change the SORL-thumbnail format in the django template tag. I've read the documentation here: http://thumbnail.sorl.net/template.html#thumbnail and ...
1
vote
1answer
28 views

Google Checkout is timing out

I working on a Satchmo site that uses Google Checkout. I've resolved the SSL issues I was having, but the Google integration console is still giving me the following error: "We encountered an error ...
1
vote
1answer
105 views

Free shipping in satchmo

I need to add a "free shipping if purchased more than $100" functionality for the Canada Post module in satchmo. Can this be done out of the box, or will I need to make a new shipping module?
1
vote
1answer
77 views

Not receiving order placed notice in Satchmo

I was wondering if there are any settings I need to do to enable Satchmo sending me an email (to the store config email address) each time an order is placed? I have set up the template: ...
1
vote
1answer
61 views

Import products with complex categories structure from excel file

I want to synchronize satchmo store with 1c. In other words, I need to import categories (with hierarchical system), products, product's images. And export orders to .xls, (excel file). Do you know ...
1
vote
1answer
38 views

Is it possible to configure payment methods on category-specific or product-specific basis in Satchmo?

I have a Satchmo-powered shop that needs to have a special item category available only for users that pay by cash-on-delivery method. Short of hard-coding the checkout process, is there any easy ...
1
vote
1answer
84 views

Satchmo Delayed Payment

Is there any way that Satchmo can be setup to authorize payments on checkout but not to capture the funds until instructed? The docs speak of the payment backends supporting authorize_payment and ...
1
vote
2answers
128 views

How do I display https instead of http in url bar after using SSL on my site

I have SSL on my website but in the top URL bar still only says http:// not https://. I am using the Satchmo system with a Django Python stack for my website. Does anyone have some insight to this?
1
vote
1answer
84 views

Satchmo Gift Certificates. Purchasing multipal gift certificates and only receive one code

So I am using Satchmo Store and I have a gift certificate module set up as a way to purchase coupons on my website. However, when I purchase more than 1 on the select quantity page it will only email ...
1
vote
1answer
284 views

django thousand separator for product price in templates

i have the product price in decimals, like 15000.0000 now i want to apply thousand separator on it, intcomma filter works fine with decimals as here but after it i can't apply currency filter, ...
1
vote
2answers
64 views

Performing a Django Query on a Model, But Ending Up with a QuerySet for That Model's ManyToManyField

I have a third party Django App (Satchmo) which has a model called Product which I make extensive use of in my Django site. I want to add the ability to search for products via color. So I have ...
1
vote
1answer
149 views

How to skip step one of satchmo checkout?

How to skip step one of satchmo checkout?
1
vote
1answer
119 views

changing locations in django satchmo

I am using Satchmo(skeleton project that comes in the projects folder when you download Satchmo) but am not in the US. I see that by default there is a Zipcode/Postcode* and list of states on the ...
1
vote
2answers
161 views

Filter products by attribute

I'm working on an eshop with Satchmo framework. Does anyone know what steps should i follow in order to filter products according to a custom attribute(type of material) in order to present the ...
1
vote
1answer
1k views

RuntimeError: maximum recursion depth exceeded while calling a Python object

this error arises when i try to run the following test case which is written in models.py of my django app named 'administration' : from django.test import Client, TestCase from django.core import ...
1
vote
1answer
3k views

TemplateSyntaxError: 'settings_tags' is not a valid tag library

i got this error when i try to run this test case: WHICH IS written in tests.py of my django application: def test_accounts_register( self ): self.url = 'http://royalflag.com.pk/accounts/register/' ...
1
vote
1answer
363 views

satchmo can't handle 500 error

If the quantity of the product is a Unicode character, I get UnicodeEncodeError at /add/. When I set DEBUG = False, the satchmo can't handle 500 error,it can't return an HttpResponse object, but the ...
1
vote
3answers
782 views

Overriding class member variables in Python (Django/Satchmo)

I'm using Satchmo and Django and am trying to extend Satchmo's Product model. I'd like to make one of the fields in Satchmo's Product model have a default value in the admin without changing ...
1
vote
1answer
182 views

Provide discount to preferred customer with Satchmo?

I am new to Satchmo -- picked it up because I needed payment processing for site subscriptions and physical product. My site will have two classes of users: paid subscribers and free users. Both can ...
0
votes
1answer
34 views

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. ...
0
votes
0answers
29 views

Satchmo's Django-registration

I am fairly new to django's satchmo store which I am setting up for the 1st time. I am interested in getting the new user/visitor of the site being updated with automatic email for activating his/her ...
0
votes
1answer
46 views

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 ...
0
votes
0answers
23 views

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 ...
0
votes
1answer
72 views

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 ...
0
votes
0answers
20 views

Django Satchmo No Images

I got the basic Satchmo store up and running with clonesatchmo, however, the images does not show up. The source shows: <a href="/product/neat-book/"><img src="" width="" height="" ...
0
votes
1answer
22 views

Modify the app a model belongs to in the Django admin index

I am making a Satchmo site and I want to add models that don't currently exist. These new models all appear under the app that they are defined in. This is fine for programmers, but I want the client ...
0
votes
0answers
29 views

Gift option in Satchmo Checkout

I have setup a nice store via satchmo. Now that the holiday season is coming up, I want to give customers the option to gift wrap their order. It needs to be an all-or-nothing type thing, where either ...
0
votes
1answer
92 views

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 ...
0
votes
0answers
80 views

apache2/mod_wsgi/django production NoneType error for satchmo import

I'm trying (very hard) to deploy my Django app to apache2/mod_wsgi, however I'm coming across an error that only occurs in the production environment. I'd be very very grateful for any suggestions on ...
0
votes
0answers
33 views

satchmo: ccavenue payment gateway integration

I would like to integrate CCAvenue payment gateway wth Satchmo cart. Presently, this module is not available in Satchmo framework for ready installation. Looks like I need to develop a custom module ...
0
votes
0answers
34 views

Product variation options in Satchmo

By default options name is added to product.translated_name, but i want to view a list of options (ex: 'option_group_name': 'option_name', ...) How can I get a list of options of the product ...
0
votes
1answer
54 views

Satchmo: Specify delivery date/shipping date for an order

I working on e-commerce website using Satchmo. However, there are few customization required for my store. While ordering a product I should be able to specify a delivery date (shipping date). There ...
0
votes
1answer
35 views

How do you change <title> of a Satchmo Store?

This seems like something that should be obvious, but I simply can't find it. I created a Satchmo store using clonesatchmo.py, as indicated by the installation instructions. I have tried to change ...

1 2