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

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 can be only 20 (max_num_delievries) deliveries…
vnayak01
  • 11
  • 3
0
votes
2 answers

Why am I getting absolute urls in Satchmo when I upload product images locally?

I'm doing some local development using Django and Satchmo. When I upload product images locally via the admin, the path to the image shows up as an absolute path, complete with drive letter, rather than the proper relative path. Stranger still,…
Soviut
  • 88,194
  • 49
  • 192
  • 260
0
votes
1 answer

Payflow Pro module for Satchmo?

So i built my first eCommerce website and am approved for the merchant account. However they want me to use Payflow Pro and there are no modules made for it in Satchmo. Does anyone have a module for Payflow Pro? If not how do i go about creating…
Wes
  • 1
  • 1
0
votes
1 answer

How to include category in the product url in Satchmo?

I am porting an existing web site to django/satchmo. I want to keep the same url schema than the existing site. This url schema includes the category of the product. Someting like : /parent-category/category/sub-category/product.html AFAIK,…
luc
  • 41,928
  • 25
  • 127
  • 172
0
votes
1 answer

How do I filter for prices using Satchmo/django?

I'd like to find the minimum and maximum prices for a defined category of products. I'd also like to be able to do the reverse, i.e, find all products given a defined price range. The problem is that Satchmo does not have price in it's product…
DevX
  • 1,714
  • 2
  • 14
  • 17
0
votes
1 answer

How to do a "while quantity is greater than zero loop"

So I am using a gift certificate module with satchmo store and in order to send multiple gift certificate codes equal to the number of items purchased I need to add a loop doing "while quantity is greater than zero loop" Here is the code, the loop…
Wesley
  • 1
  • 1
0
votes
1 answer

What file does my satchmo store welcome email come from?

I am using satchmo store and when some one signs up right now it sends a welcome email. However I have no idea what file this welcome email comes from so i can edit the message. Does anyone know?
Wesley
  • 65
  • 1
  • 3
0
votes
0 answers

ImportError: No module named skeleton.settings

I'm using django 1.8 and satchmo project. But after successful installation of satchmo project when I try to start the server it's showing me this error `Traceback (most recent call last): File "manage.py", line 25, in
0
votes
0 answers

how to install satchmo project in django?

I'm having a problem with satchmo project in django. I want to know how do I install it properly to see it working. So far what I have tried is that I have created a directory store and installed satchmo in that. But from the Satchmo documentation…
0
votes
2 answers

Where to Disconnect() the `default_product_search_listener` in Satchmo

I don't want to use the Default Satchmo search listener. I've created my own search listener instead. Where is the best place to disconnect the default search listener? # This is what I need to do... from satchmo_store.shop.listeners import…
Chris W.
  • 37,583
  • 36
  • 99
  • 136
0
votes
1 answer

How to Install Satchmo in Windows?

I'm working on a Django project that's slated to be using Satchmo for its e-commerce aspects. I'd like to install it on my Windows Vista machine but some of the cPython modules it needs can't be compiled or easy_installed. Has anyone been able to…
Soviut
  • 88,194
  • 49
  • 192
  • 260
0
votes
1 answer

django: how to get a substring?

I was modifying satchmo(a python online store project), but I found that I can't use [0, 5] to get the substring in the model. And I found the type is class 'django.utils.safestring.SafeUnicode' in django string processing. Does class…
Bin Chen
  • 61,507
  • 53
  • 142
  • 183
0
votes
1 answer

Adding SagePay payment module to Satchmo produces error

I'm trying to add the SagePay module to Satchmo. I've added 'payment.modules.sagepay' to my settings.py but when I go to mysite:8000/settings I get the following error: Could not import payment.sagepay.checkout. Error was: No module named…
hellsgate
  • 5,905
  • 5
  • 32
  • 47
0
votes
1 answer

Unable to resolve url. Received error- Reverse for 'satchmo_search' with arguments '()' and keyword arguments '{}' not found

I'm installing Satchmo following these instructions: http://forum.webfaction.com/viewtopic.php?pid=10579#p10579 When I want to check my installation, I get the following error: $ python manage.py satchmo_check Checking your satchmo…
BioGeek
  • 21,897
  • 23
  • 83
  • 145
0
votes
1 answer

Satchmo, Want to change template depending on what product category is selected

I have two categories listed in my DB. I would like to change the template (templates>product>category.html) depending on which category was selected. (It's because I want to change the colour scheme and header images per category) How can I do…
darren
  • 18,845
  • 17
  • 60
  • 79
1 2 3
8 9