开发者 | jbrinley |
---|---|
更新时间 | 2013年4月20日 04:05 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.0.1 |
really-simple-e-commerce
folder to the /wp-content/plugins/
directoryAn '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
add_to_cart
action now accepts array of product IDs