This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

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

  1. Download simpleseller-latest.zip
  2. Back up your database and previous version of Simple Seller
  3. Unzip Simple Seller into your WordPress plugins directory

Setup

  1. On the Admin page, select “Simple Seller” under Settings.
  2. Choose a “slug” for all items for sale. SimpleSeller will create a page under that slug.
  3. Edit the newly created seller page, adding whatever content makes sense. Publish the page.
  4. (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.
  5. Enter your PayPal credentials on your Profile page. Each seller must do this.

Installation

  1. Download simpleseller-latest.zip
  2. Back up your database and previous version of Simple Seller (if applicable)
  3. Unzip Simple Seller into your WordPress plugins directory
  4. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Why aren’t there any questions here?

Because nobody has asked any yet.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Simple Seller” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Simple Seller” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1

  • Fixed the activation-hook-not-firing bug.

1.0

  • First public release