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
3
votes
3 answers

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 python, django and satchmo so I need some help.…
Lopez42
  • 81
  • 4
3
votes
2 answers

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 settings in local_settings.py takes precedence. But…
Chris W.
  • 37,583
  • 36
  • 99
  • 136
3
votes
1 answer

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 django app.
bchhun
  • 18,116
  • 8
  • 28
  • 31
3
votes
2 answers

Django application override & import path?

Let's have a django project using a 3rd party application. I'd like to override some of its modules without touching original files. Simple subclassing is not possible here, need to override code transparently as many other apps rely on original…
David Unric
  • 7,421
  • 1
  • 37
  • 65
3
votes
1 answer

Attribute Error 'module' object has no attribute 'DateField'

I'm trying to extend an admin definition in Satchmo/Django and am getting the error "Attribute Error 'module' object has no attribute 'DateField'" trying to add a formfield_override to ProductOptions: from django.contrib import admin from…
Rob Landry
  • 77
  • 1
  • 7
2
votes
1 answer

Satchmo donations

Can anyone share some pointers on building a Donations module for Satchmo? I'm comfortable customizing Satchmo's product models etc but unable to find anything related to Donations I realize it's possible to create a Donations virtual product but as…
drjeep
  • 1,019
  • 2
  • 9
  • 15
2
votes
2 answers

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 Shangov: Whatever your choice of framework your…
A T
  • 13,008
  • 21
  • 97
  • 158
2
votes
1 answer

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 my local system, I make changes to the layout and…
Rishi
  • 3,538
  • 5
  • 29
  • 40
2
votes
3 answers

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 these app-specific templates have their own…
Soviut
  • 88,194
  • 49
  • 192
  • 260
2
votes
1 answer

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 know if these changes are supported by the…
mipadi
  • 398,885
  • 90
  • 523
  • 479
2
votes
1 answer

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 checkout page. My question is, is the best way to…
darren
  • 18,845
  • 17
  • 60
  • 79
2
votes
0 answers

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…
James
  • 917
  • 3
  • 9
  • 25
2
votes
1 answer

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, and then switched to 'real mode', on…
user366724
  • 21
  • 1
2
votes
2 answers

Exception Value: 'NoneType' object has no attribute 'endswith'

Right, I am trying to setup a django dev site based on a current live site. I've setup the new virtualenv and installed all of the dependencies. I've also made a copy of the database and done a fresh DB dump. I'm now getting the error above and I…
JDavies
  • 2,730
  • 7
  • 34
  • 54
2
votes
1 answer

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 before this is done I need additional aggregate data…
The_OP
  • 667
  • 1
  • 8
  • 11
1
2
3
8 9