Django shopping cart / shopping cart solution (or should I DIM)?
I'm going to create a website that contains about half a dozen fairly similar products. These are all DVDs, so they fit very well into a very "fixed" database. I was going to make a DVD model. Mark them. Everything is very simple. Everything is very simple.
But we must be able to sell them. The current site is outsourcing the entire procurement system, but is not going to fly to the new site. We want to integrate everything down to payment (for both UX reasons and process customization).
Another issue with the outsourcing issue is that it doesn't account for people who don't need to pay VAT (sales tax) or get discounts if you buy more than the same or the same item or more than one SKU at a time. same time.
So I look around.
Satchmo looks like a whole mini frame. It has listing options that I just don't need with the number of SKUs I'm dealing with.
django-cart has been updated since March, but it looks pretty abandoned since then.
I am looking for something that will allow me to:
- give him standard copies, price and quantity
- apply a quantity formula based on the number of unique SKUs and copies in the same header
- indicate what is in the basket on each page
What about it (but it's pretty hesitant nonetheless). I can handle the pointlessness of processing the final order.
Or am I just stupid?
Should I just get up and do it myself? If that's your voice, I've never built a shopping cart, so are there any considerations that aren't obvious to those who have only used shopping carts before?
a source to share
An open source solution is available: http://www.getlfs.com
I don't know if you can customize it as you see fit, but it is based on the technologies you mentioned. The license is very liberal and largely supported.
a source to share