A simple, modular e-commerce/shopping cart plugin that focuses on setting up a simple, low-hassle e-commerce site.
An 'Add to Cart' button will automatically appear on any page with an active product. To control where the button appears on that page, include the [add_to_cart] shortcode anywhere on that page.
To include a button on a different page, use the [add_to_cart] shortcode with an argument for the page ID of the product. E.g., [add_to_cart pid=40] or just [add_to_cart 40].
I'll add new payment processors as I can.
New payment processors for Really Simple E-Commerce can be created as separate modules. The plugin should create a class that extends RSECommercePaymentHandler.
If you use the Product post type, all Product posts will be listed at http://example.com/product/.
If you don't have PHP 5 or higher, you'll get an error similar to the following: Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}'
This plugin does not support older versions of PHP.
Contact Adelie Design at http://www.AdelieDesign.com
Requires: 3.0 or higher
Compatible up to: 3.0.5
Last Updated: 2010-10-18
Downloads: 6,494
Got something to say? Need help?