Tagged Questions
9
votes
9answers
1k views
Selling “downloadable” content - handling behind the scenes
I was thinking of throwing together a quick PHP or Django site for independently selling some "downloadable" content (music/mp3's) to which I am the artist/rights-holder.
I began to wonder if there ...
5
votes
7answers
481 views
E-commerce from scratch or not
I need to develop a new site with the e-commerce part. I'm here to get some hints from you on which road I should go on.
The site will have a static part which include some static pages and the ...
4
votes
8answers
2k views
How do Python and PHP compare for ecommerce?
If I were to start an ecommerce store, which language would you suggest I start with? Python or PHP?
And would it be wise to use Python for an ecommerce site in favor of PHP? PHP has lots of ...
3
votes
3answers
598 views
CMS+blog+e-commerce: django or web2py
At the moment we are running few smaller PHP sites (small company, private, non-profit org, friends...) and would like to migrate them to Python in order to be able to tweak them more easily and/or ...
3
votes
3answers
901 views
Is there any popular website using Django + Python as ecommerce
Do you know any popular website who has implemented Python + Django as ecommerce. Any tips on how to go about ita
Thanks
3
votes
2answers
661 views
Recommendations for eCommerce Framework / Products for working with Django?
We are building out an app in Django and trying to nail down what the right ecommerce framework will be to work with in Django. We've heard of Satchmo. Any other suggestions on ways to approach ...
2
votes
1answer
1k views
Ecommerce with django in google app engine
Is there any module available for googlecheckout/paypal in django on google app engine? are there any example apps which are doing this?
2
votes
2answers
2k views
What is a good python-based Webshop Software?
I am currently evaluating for an eCommerce project. Is there any good Python based webshop software. Are there any personal experiences people can share?
Until now I have only found:
...
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
120 views
Django: Shopping site similar to eBay
I need to build a site similar to ebay. I've found some "e-commerce" packages for Django but those are not related to the "C2C" model from eBay.
I've tried these:
https://www.django-shop.org/
...
1
vote
2answers
177 views
Django and MongoDB in E-commerce?
sorry for this silly questions,
can someone share experience about combining Django in e-commerce when used with NoSql, if it's not MongoDB, so what about CouchDB or other Non-Document nosql?
which ...
1
vote
1answer
113 views
ecommerce django app on webfaction versus VPS/DS versus Cloud Servers like EC2
Firstly, some background - I have been mostly using VPS/DS and EC2 for the django apps I build for the past 3-4 years.
On webfaction, I have only been deploying "trivial" apps or "personal blog apps" ...
1
vote
2answers
334 views
Really basic Django E-commerce? Where do I start
I'm trying to set up a really basic e-commerce site with Django, and am trying to figure out the best place to start. I am relatively comfortable with the framework itself, but have never done any ...
1
vote
1answer
572 views
Production-ready PayPal, 2CO and Authorize.Net libraries for Python/Django?
Seems that Python lacks e-commerce solutions compared to PHP and C#. Any production-ready PayPal, 2CO and Authorize.Net libraries for Python/Django?
EDIT:
http://github.com/johnboxall/django-paypal
...
1
vote
2answers
83 views
Pragmatically adding give-aways/freebies to an online store
Our business currently has an online store and recently we've been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...
1
vote
2answers
177 views
How do I store multiple values in a single attribute
I don't know if I'm thinking of this the right way, and perhaps somebody will set me straight.
Let's say I have a models.py that contains this:
class Order(models.Model):
customer = ...
0
votes
1answer
73 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
1answer
88 views
ERP with Supply chain management (incl. POS) and Customer relationship management — What's available? [closed]
I am building a ERP with
Supply chain management (incl. POS and ecommerce) and Customer
relationship management.
Which Django libraries (or projects even) will provide the best base for building this ...
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
2answers
129 views
Auction site with Django
If one is to build an online auction site using Django, then would it be a good idea to modify an existing CMS? If so, could someone suggest a CMS for the scaffolding?
Thanks
0
votes
0answers
79 views
using multiple NoSql solution at the same time in e-commerce
it seems that i fall in love with NoSql technology! i've read a lot of them (and asked a lot too...), i'm a beginner, and i want to make something "new" and not classic! this is why i've started with ...
0
votes
1answer
56 views
Can you change/redirect a django form's function by passing in your own function?
I'm dealing with django-paypal and want to change the button src images. So I went the the conf.py file in the source and edited the src destination. However, I really want to leave the source ...
0
votes
1answer
145 views
Is Django-Shop ready for production? [closed]
Did you use Django-Shop (repo django-shop) or will use it in your commercial projects and if not, suggest me stable and easy customizable e-commerce Django-based solution?
0
votes
1answer
108 views
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 ...
0
votes
1answer
111 views
Implementing filters in django for e-commerce website
I am implementing an e-commerce website using django. The product catalog will be big (hundreds of products). I would like to know how I should implement product filters in search.
E.g. let's say I ...
0
votes
2answers
238 views
Django - Coleman
I am a noob in Django and I started a project that is to have a shopping cart/ e-commerce solution.
I have been reading into Django 1.2 e-commerce book by Jesse Legg and I am looking for someone who ...
0
votes
1answer
73 views
Cannot save property group to product in django-lfs
I already create properties and add them to property group.Then I assign to my new product.But django show me
TypeError at /manage/update-product-properties/1
save() got an unexpected keyword ...
0
votes
1answer
196 views
Integrate django with django-lfs
I try to integrate django-ifs like a django app without using buildout. Now I can start server by after syncdb django create all model. I can manage shop , add product BUT when I try to display ...
0
votes
2answers
176 views
django powering multiple shops from one code base on a single domain
I am new to django and python and am trying to figure out how to modify an existing app to run multiple shops through a single domain.
Django's sites middleware seems inappropriate in this particular ...
0
votes
1answer
471 views
Django LFS - custom views
For all those ligthning fast shop users. I'm trying to implement my own first page view that will list all products from shop ( under '/' address). So I have a template :
{% extends ...
0
votes
2answers
272 views
Losing session data when user logs in
I have been working on a shop that is built in Python on the back of the django framework, everything was working fine until I noticed that when a user proceeds to the checkout and is requested to log ...
0
votes
2answers
2k views
Django shopping cart/basket solution (or should I DIM)?
I'm about to build a site that has about half a dozen fairly similar products. They're all DVDs so they fit into a very "fixed" database very well. I was going to make a DVD model. Tag them up. All ...
0
votes
1answer
178 views
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 ...