satchmo

what's the most extensible/flexible FOSS e-commerce software? (or should I roll-my-own?)

I need to build an internal order entry and tracking system for a grocery store which requires many of the features of existing e-commerce systems, such as product catalog, customer_to_order relations/views, movement reporting, order statuses, etc. However, the first phase of the product is purely internal, so I don't need any online e-...

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 to cart" button, the server give me a Blank Page, Empty! And the server is temporarily una...

extending satchmo user profile

I'm trying to extend the basic user registration form and profile included in satchmo store, but I'm in problems with that. This what I've done: Create a new app "extendedprofile" Wrote a models.py that extends the satchmo_store.contact.models class and add the custom name fields. wrote an admin.py that unregister the Contact class ...

Best way to change Satchmo checkout page fields?

For a Satchmo project we have to change the fields a customer has to fill out during checkout. Specifically, we have to: Add a 'middle name' field Replace the bill and delivery addressee with separate first, middle and last name fields Replace the two address lines with street, number and number extension These fields are expected by...

setup payment for django satchmo

Hi all, this is a newbie satchmo question...so I've implemented satchmo for a django e-shop I am building. I have setup sathcmo following the tutorials, created some products, tested that I can make an order, and then switched to 'real mode', on http://site/settings, clicking on 'accept real payments'. The question is how I can setup t...

Django/Satchmo - Clearing the Shopping Cart after Successful PayPal payment

After a successful Paypal payment, I receive the IPN and the payment creates a new order. However, the shopping cart does not clear. Rather than wait for the IPN I would like to alter the payment.view.checkout.success code to clear the cart after a successful payment. The code to empty the cart is: for cart in Cart.objects.filter(...

Satchmo: enhancing custom product module to enable file upload

Hi, I am using the Django-based e-commerce framework Satchmo. I need to make an enhancement to the store, so that the custom product module can accept file upload as one of the order inputs. I have been able to display the file upload input through the right template; I would like to know what minimum change should be done to the cart h...

Help with zc.buildout script to install Satchmo

Im trying to re-create a this satchmo environment using a buildout script: [buildout] parts = django satchmo eggs = pycrypto PIL pyyaml trml2pdf sorl-thumbnail django-registration django-caching-app-plugins django-threaded-multihost django-signals-ahoy django-keyedcache django-livesettings django satchmo Sphinx docutils extensions = ...