-
Notifications
You must be signed in to change notification settings - Fork 71
/
readme.txt
executable file
·105 lines (76 loc) · 4.28 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
=== WC Vendors ===
Contributors: wcvendors, digitalchild
Tags: woocommerce, vendor, shops, product vendor, product vendors, seller
Donate link: http://www.wcvendors.com/
Author URI: http://www.wcvendors.com/
Plugin URI: http://www.wcvendors.com/
Requires at least: 4.0
Tested up to: 4.0
Stable tag: 1.2.0
License: GPLv2 or later
The free multi-vendor plugin for WooCommerce. Now you can allow anyone to open a store on your site!
== Description ==
Create your own marketplace and allow vendors to sell just like etsy, Envato, or Amazon type sites! This allows other users to sell tangible products, virtual products, or downloads on your site. With this plugin, your vendors receive commissions you set on products they sell from your store.
## Features ##
* Instantly pay vendors their commission as soon as an order is placed
* Or, pay commission on a schedule. Weekly, biweekly, monthly, or manually.
* Vendors can submit products for admin review
* Vendors can view live sales and reports for their products
* Vendors can comment on their orders (eg, to inform customers of a tracking number)
* Vendors can export their orders to a CSV file
== Installation ==
1. Download and install from WordPress.org.
2. Configure as you see fit, under WooCommerce / WC Vendors.
3. Configure email notifications under WooCommerce / Settings
4. View Commissions under WooCommerce / Commissions and WooCommerce / Reports / WC Vendors
5. For more help, visit WCVendors.com and say hello on the community forums.
== Frequently Asked Questions ==
= What version of WooCommerce do you support ? =
Woocommerce 2.1 or above is supported.
= What version of php has been tested ? =
PHP 5.4 has been tested.
= Where do I get help ? =
You can post a support question on the support tab, however you'll get more help over at our community forums (http://www.wcvendors.com)
== Screenshots ==
1. General options - Configure default commission, how members can register and more.
2. Product options page - allows you to hide specific options on the add new product window from vendors.
3. Capabilities options - restrict what your vendors can see and do.
4. Pages options - configure what pages will load the relevant vendor templates. These can be customised.
5. User paypment info - define how your vendors get paid and when.
6. WC Vendors Paypal Adaptive payments setup.
7. Email template options for the relevant WC Vendor emails.
== Upgrade Notice ==
No Upgrade required at this time.
== Changelog ==
## Version 1.2.0 - November 14, 2014 ##
* Added new filters to change sold by text see Knowledge base for details
* Added sold by to product loop for archive-product.php, see knowledge base on how to disable or change this
* Added new option to hide "Featured product" from vendors
* Added Sold By Filter as per #3
* Removing unused tag filter
* Updated default.pot
* Fixing attribute bug #48 - Thanks to gcskye
* Removing legacy translations
* Fixed Orders view errors
* Fixing call to incorrect method #45
## Version 1.1.5 - October 29, 2014 ##
* Fixed orders view to remove incorrect call to woocommerce print messages
## version 1.1.4 (First release on WordPress.org) - October 14, 2014 ##
* Resolved shipping bug
* Commission totals are now properly displayed on the WooCommerce / WC Vendors / Payments tab
* Number of internal bug fixes
## Version 1.1.3 (Initial Public Release) - August 09, 2014 ##
* Numerous bug fixes
* New Shortcodes: These new shortcodes are based on the WooCommerce included shortcodes. They have been modified to show output based on the vendor you specify. All other arguments to the shortcodes from WooCommerce will also work on these shortcodes.
Recent Products Shortcode
[wcv_recent_products vendor="VENDOR-LOGIN-NAME" per_page=3]
Products Shortcode
[wcv_products vendor="VENDOR-LOGIN-NAME"]
Featured Products Shortcode
[wcv_featured_products vendor="VENDOR-LOGIN-NAME"]
Sale Products
[wcv_sale_products vendor="VENDOR-LOGIN-NAME"]
Top Rated Products on sale
[wcv_top_rated_products vendor="VENDOR-LOGIN-NAME"]
Best Selling Products on sale
[wcv_best_selling_products vendor="VENDOR-LOGIN-NAME"]