JC WooCommerce Set Your Price Plugin
Author: James Collings
Version: 0.2.4
Created: 16/12/2014
Updated: 13/01/2015
About
JC WooCommerce Set Your Price plugin allows WooCommerce products to be sold for what users think they are worth, with the ability to set a minimum and recommeneded price.
Features
- Allow users to set their own price for how much a product is worth to them
- Set the minimum price allowed so as not to give products away to cheaply
- Set a minimum and a recommended price for the product
Installation
- Download a copy of the plugin
- Copy the jc-woocommerce-set-your-price folder to your wordpress plugins directory, usually /wp-content/plugins/
- Goto plugins page within Wordpress and activate JC WooCommerce Set Your Price plugin
Documentation
Table of Contents
- Enable Set Your Price on a simple product
- Enable Set Your Price on a variable product
- Set Your Price General Settings
- Set Your Price Product Report
Enable Set Your Price on a simple product
To enable set your price on a simple product, scroll down to the product data section within the edit screen for the selected product.
Toggle on the checkbox highlighted below, this will hide the default pricing and sales fields and they will be replaced by a minimum and suggested price fields.
Minimum Price
The minumum price field defaults to 0, enter the cheapest value that customers can enter
Suggested Price
This field will autopopulate the Set your price product field to entered amount, and will be displayed as the product price.
Shown below is the output for a Set Your Price product that has a minimum price of 5 and a suggested amount of 10 (please note that text can be changed on the output, please read the labels section of the documentation).
Enable Set Your Price on a variable product
When using variable products with Set Your Price you can enable it seperatly on each individual product. To enable set your price on a variable product, scroll down to the product data section within the edit screen for the selected product, click on the variations tab down the left hand side, Expand the variation that you want to enable it on.
Toggle on the checkbox highlighted below, this will hide the default pricing and sales fields and they will be replaced by a minimum and suggested price fields.
Minimum Price
The minumum price field defaults to 0, enter the cheapest value that customers can enter
Suggested Price
This field will autopopulate the Set your price product field to entered amount, and will be displayed as the product price.
General Settings
Enable Label Override
if checked this will add a new settings tab called Labels , where you can modify all the plugins text
Enable Plugin Styles
if checked the default plugin css styles will be loaded
Label Settings
General Labels
Text which is displayed on the front end of the plugin
Before input
The text which appears before the set your price amount input on the single product view.
After input
The text which appears after the set your price amount input on the single product view.
Notice Labels
Text which alerts the users of errors or validation
General Error
Notice text to display if anything goes wrong when processing the amount.
Minimum validation error
Notice text which is displayed on entered amount that is below the minimum amount.
Set Your Price Product Report
To see a report on what customers are choosing to pay for your products goto WooCommerce > Reports and click on the Set Your Price tab.
To set the time period that you would like to view a product report on, set the start and end date input fields which are shown above the product list and click on Submit to view the result.
Changelog
0.2
- Add product reports section
- Minor Improvements and Bug fixes
0.1
- Plugin released