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
2 answers

Over-ride default Satchmo email with custom template

I'm using Satchmo for the shop section of a website. I'm trying to override the default 'order_complete' email with my own, but haven't been able to so far. The docs indicate that it should be done in the same way as overriding any other template.…
hellsgate
  • 5,905
  • 5
  • 32
  • 47
0
votes
1 answer

AttributeError when using replace_urlpattern in Satchmo

I'm trying to override the default category view in Satchmo. I'm successfully overriding other views with no problems, but this one is throwing an error. Here is the code I'm using in my root urls.py to override the default category view: …
hellsgate
  • 5,905
  • 5
  • 32
  • 47
0
votes
2 answers

What is the difference between `vanilla Satchmo 0.8.1` and `just Satchmo v0.9.2`?

What is the difference between vanilla Satchmo 0.8.1 and just Satchmo v0.9.2?
Billy Samuel
  • 672
  • 2
  • 6
  • 21
0
votes
1 answer

Including satchmo-livesettings in main django-admin site

I plan to use the sachmo-livesettings module in my django application (not using or related to satchmo). In the satchmo store the livesettings are visible on the main django-admin site. When adding livesettings to my app, though I can access them…
paweloque
  • 18,466
  • 26
  • 80
  • 136
0
votes
1 answer

how to overwrite satchmo default admin url to own one?

i want to overwrite the default admin url in satchmo project. Now i have www.example.com/admin/ But i need to have www.example.com/Myadmin/. Here i have some limitations, can not change the satchmo orignal code. I have to do it in my own satchmo…
Ahsan
  • 11,516
  • 12
  • 52
  • 79
0
votes
1 answer

Subclassing Satchmo's Category model, but then getting the error "'Manager' object has no attribute 'root_categories'"

I'm using Satchmo as part of a website I'm currently building. At the moment I'm trying add more functions to the Satchmo Category class, but obviously I'm not going to make any changes to the Satchmo files. So, I thought that subclassing the…
hellsgate
  • 5,905
  • 5
  • 32
  • 47
0
votes
1 answer

How to integrate a Satchmo store inside an existing django project?

I'm working with a Satchmo store installation that should reside within an existing django project. This django project has its own settings.py, local_settings.py, templates as well as templates for some of the various apps that have been installed.…
Billy Samuel
  • 672
  • 2
  • 6
  • 21
0
votes
1 answer

Applying taxes on Satchmo's cart total price

I can't seem to apply a tax value on the cart total value even though I : activated the "By Country/Area" tax module. added my country/region tax rate. checked the "Show With tax included" checkbox. here's attached a screenshot of the on-going…
bchhun
  • 18,116
  • 8
  • 28
  • 31
0
votes
2 answers

Satchmo install on a mac using virtualenv

I have virtualenv set up and working correctly on my mac os (leopard) running python 2.6 & django 1.2.3. I want to install Satchmo but I haven't found solid instructions for a mac install using virtualenv. Can anyone help regarding this? thanks.
demet8
  • 1,089
  • 5
  • 14
  • 26
0
votes
1 answer

error adding a slideshow module to satchmo

i have found a django slideshow and have installed it following the guide bellow https://github.com/clarle/django-slides Download and place the 'slideshow' folder somewhere on your PYTHONPATH. (i placed it in site packages) Add slideshow to your…
Ambush
  • 125
  • 11
0
votes
0 answers

module' object has no attribute 'find_template_source satchmo-django

after finished installing satchmo in django1.4 . i got this error "module' object has no attribute 'find_template_source" AttributeError at / 'module' object has no attribute 'find_template_source' Request Method: GET Request URL: "link…
0
votes
1 answer

Satchmo Installation error on Ubuntu 14.04

I am new to web development and tried installing the satchmo eCommerce framework by following step by step instructions mentioned here. When I finished the installation, I am getting error: 'module' object has no attribute 'find_template_source' I…
Tariq Mehmood
  • 259
  • 1
  • 5
  • 15
0
votes
2 answers

the django slug can't contain a "love" speech?

I use django-1.1 and satchmo (commit: 1385 75a2ea838067) I found that if there is a "love" speech in the slug item, for example, love-x10, dsfdsfloveddd, love-love ... the product's url is "http://example.com/product/lovelove/", if you click "add…
0
votes
1 answer

Custom product template in satchmo

I'm implementing a store in satchmo. I've created a custom product MyProduct by using model inheritance from the Product Model (as seen in http://thisismedium.com/tech/satchmo-diaries-part-one/). Now I'd like to have a custom product detail…
fitzgeraldsteele
  • 4,547
  • 3
  • 24
  • 25
0
votes
1 answer

How do I change the default username for satchmo registration?

Since it seems that users are allowed to use their usernames to login instead of only email, I want to make the user name default to the email address. How do I achieve this? I'm assuming that I have to override the model somewhere.
Lunyx
  • 3,164
  • 6
  • 30
  • 46
1 2 3
8 9