Easy to maintain shopping cart for free items
-
All,
After discovering just how simple it is to set up and configure a wordpress site (ok there were some frustrations but once the code starts making sense it’s not so bad :P) I decided I’d like to also use the wordpress platform for a product/shopping cart page.
My shopping cart, however, is not standard. We have a church site where you can order sermons on cd/dvd, but they are sent out for freeeee. So I really don’t need any part of the shopping cart that deals with financial transactions. I just need
FRONT END:
1) A friendly way to add/display/search for the productsBACK END:
1) some way to keep them from ordering more than X copies a month,
2) A friendly order tracking interface to show current unfilled orders, mark orders as shipped, etc.Does anyone know something like that that exists and isn’t too terribly complex to configure?
I can dump the product, customer, etc. tables to a .csv file and upload from there then use the interface to add new products every week.
- The topic ‘Easy to maintain shopping cart for free items’ is closed to new replies.