WordPress Cart
4th December 2006
New Version available that support 2.0.5!
This is a beta version of a Shopping Cart for Wordpress. It was built as a collaboration with David Merwin at Pure Blue for Anderson Group International.
This shopping cart was designed as a quote order system. It does not contain any inventory tracking. You simply make a post a part in the post edit screen.
Features:
- Quote System
- Buy Now System
- Beta Downloadable product System
- Email Order Confirmations
- Using posts as sale items
- Item can have comments on them
- Unique emails at every step
- Highlight order that have not move in a set number of days
- Can be used for call in orders.
- Credit card processing with two available modules.
The downable file contains:
- The shopcart plugin
- A theme that has all of the file needed to run the shopping cart.
- readme.txt
Download
- Version 0.9.0 wpcart-0.9.0.tar.gz (Inital Public Beta)
- Version 0.9.1 wpcart-0.9.1.tar.gz
- Version 0.9.6 wpcart-0.9.6.tar.gz
Download
Install
- You can extract the tar file into the wp-contents directory. This will put the plugin into the plugins directory and the theme WPC into the themes directory.
- Next login to the admin of your site and enable the shopping cart plugin.
- Set your theme to the WPC theme.
- Edit any options that you need to change in under the Cart | Options Page.
ToDo
- Better split login from display code
- PHPDoc the code
- Clean up the options page
- Better documentation
- Make the Acting As a filter call.
- Admin Panel that controls feature set not just cart processing
- Move extra post data to post meta.
- Move extra user data into user meta (version 2 - only)
- Setup module system (using WP modules system?)
- Add Shipping modules
- Add Inventory Control
SVN Access
- Access current SVN version:
svn export http://svn.wp-plugins.org/wpcart/trunk/
October 28th, 2006 at 8:44 am
can you please let me know if this project will be WP 2.** compatible anytime soon.. i have been waiting soooo long for its release and no word out from you on what is happening… thanks
October 28th, 2006 at 9:32 am
Yep I have a working 2.0.4 version (2.0.2 as well tested). All that I need to do is revisit the code and double check the CSS (remove a CSS that is used by the company that it was written for). I have one other person willing to help, would you like to help too. I will try and get the files setup. I need to setup the project on trak so we can all have access to it.
November 10th, 2006 at 1:38 pm
If there is a version for 2.0.4, I can help with something to release it.
January 24th, 2007 at 10:18 am
Do u have to use the WPC Theme when using the cart? Or can you still use your own theme with the cart?
January 24th, 2007 at 11:08 am
To answer some questions:
Yes there is a version for 2.0.4 I will be glad to post the SVN instructions. It is basically ready, just need to package it.
As for the theme, you can use any theme, but there are extra files you will have to move/modify from the WPC theme. If you need I can help give you an idea what those are.