Simple Seller
Simple Seller
Description
SimpleSeller adds a new post type to a WP blog, which represents a sellable
item. Each author (“seller”) enters their own payment credentials, and
posts are linked to that seller’s payment gateway with a simple buy-now type
button. A separate capabilities set allows the blog owner to differentiate
between those allowed to post blog entries and those allowed to sell items.
Updating
- Download
simpleseller-latest.zip - Back up your database and previous version of Simple Seller
- Unzip Simple Seller into your WordPress plugins directory
Setup
- On the Admin page, select “Simple Seller” under Settings.
- Choose a “slug” for all items for sale. SimpleSeller will create a page under that slug.
- Edit the newly created seller page, adding whatever content makes sense. Publish the page.
- (Optional) Create accounts for your “sellers”, or add the “seller” capabilities to existing accounts. We recommend using the [Capabilities Manager (capsman) plugin] (http://alkivia.org/wordpress/capsman) to manage this.
- Enter your PayPal credentials on your Profile page. Each seller must do this.
Installation
- Download
simpleseller-latest.zip - Back up your database and previous version of Simple Seller (if applicable)
- Unzip Simple Seller into your WordPress plugins directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
Faq
Why aren’t there any questions here?
Because nobody has asked any yet.
Reviews
Changelog
1.1
- Fixed the activation-hook-not-firing bug.
1.0
- First public release