Tagged Questions
26
votes
18answers
14k views
Best PHP/Ruby/Python e-commerce solution [closed]
I'm looking for an easy-to-skin and customizable e-commerce package.
I've been reading good reviews about Magento, but it seems to have problems with performance. I've tried osCommerce before and ...
5
votes
7answers
476 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
1answer
176 views
Is there a Cart/Catalog app out there that isnt a full site?
Every solution i come across seems to be a complete store with far too many options and too much functionality.
I can write my own cart to get the minimal functionality i need out of the frontend, ...
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
895 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
659 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 ...
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
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
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
0answers
145 views
Themes for python e-commerce solutions
There are two good open source python e-commerce solutions exist: Satchmo and LFS. But I can't find any theme for them. Does at least one open source theme for them exist? There are thousands themes ...
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
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
144 views
e-commerce in Tornado (non-blocking) VS Flask (WSGI)
am trying to develop a e-commerce plateforme using python and nosql, as framework i'm between two: tornado and flask; so my question is simple:
Which one is suited for e-commerce: WSGI-like ...
0
votes
2answers
128 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
1answer
108 views
Scalable and flexible framework for e commerce website based on PHP or Django
I have to build an e commerce website that aims to target very heavy traffic 2 to 3 years down the lane. I am comfortable with PHP or Python.
I would like to know what would be the best framework ...
0
votes
1answer
55 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
2answers
237 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
53 views
How to merge or copy anonymous session data into user data when user logs in?
This is a general question, or perhaps a request for pointers to other open source projects to look at:
I'm wondering how people merge an anonymous user's session data into the authenticated user ...
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
520 views
What is the best framework/cms and shopping cart plugin/module/etc. combination?
What is the best framework/cms shopping cart for a beginner php/python developer to implement? I'm potentially going to be developing a site with an online catalog of about one hundred items. Info ...
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 ...