Changeset 2292614
- Timestamp:
- 04/27/2020 01:17:04 PM (6 years ago)
- Location:
- pre-orders-for-woocommerce
- Files:
-
- 2 edited
-
tags/1.0.2/readme.txt (modified) (7 diffs)
-
trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pre-orders-for-woocommerce/tags/1.0.2/readme.txt
r2290193 r2292614 1 === Pre -orders for WooCommerce ===1 === Preorders for WooCommerce === 2 2 Contributors: brightvesseldev, milardovich 3 3 Requires at least: 5.0 … … 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html 9 9 10 Ultimate Pre -Orders Plugin for WooCommerce.10 Ultimate Preorders Plugin for WooCommerce. 11 11 12 12 == Description == … … 14 14 An efficient system that easily translates to the specific needs of store, our plugin allows you to follow up on pre-sales in a comprehensive way. 15 15 16 The wait for a new product (or the return of a popular one) is a great opportunity to gain new customers or engage older ones. However, too many companies misuse this unique time until customers lose interest. Engaging is critical in the days before a product release, which is why we’ve created a plugin that covers all bases. Give customers a chance to pre -order so they’ll get their new item just as it becomes available, letting you monitor each step of the way.17 Here’s what you can do with the Bright Plugins WooCommerce Pre-Order Plugin:16 The wait for a new product (or the return of a popular one) is a great opportunity to gain new customers or engage older ones. However, too many companies misuse this unique time until customers lose interest. Engaging is critical in the days before a product release, which is why we’ve created a plugin that covers all bases. Give customers a chance to preorder so they’ll get their new item just as it becomes available, letting you monitor each step of the way. 17 Here’s what you can do with the Bright Plugins WooCommerce preorder Plugin: 18 18 19 * Manage all pre -orders through a specialized section on My Account.20 * Set up a “pre -order” status for both simple and variable products.21 * Create an expiration date for pre -order periods.22 * Filter all orders that include products ordered during the “pre -order” phase.23 * Automatically turn products that are out of stock into pre -orders.24 * Make products available automatically as soon as the pre -order period ends.25 * Prevent customers from adding pre -order products when they have already-available items on their carts.26 * Edit single product prices during the pre -order period: fixed, percentage or markup on the base price.27 * Apply “pre -order” status to more than one product through a WordPress Bulk action grouped by tag or category.28 * Enable the pre -order option for a variable product, in the case that every variation was previously added to the pre-order status.29 * Notify website admins when products’ pre -order periods are nearing their ends, emailing them a set amount of days before the date.30 * Notify users when products’ pre -order periods are over and they’ve become fully available.19 * Manage all preorders through a specialized section on My Account. 20 * Set up a “preorder” status for both simple and variable products. 21 * Create an expiration date for preorder periods. 22 * Filter all orders that include products ordered during the “preorder” phase. 23 * Automatically turn products that are out of stock into preorders. 24 * Make products available automatically as soon as the preorder period ends. 25 * Prevent customers from adding preorder products when they have already-available items on their carts. 26 * Edit single product prices during the preorder period: fixed, percentage or markup on the base price. 27 * Apply “preorder” status to more than one product through a WordPress Bulk action grouped by tag or category. 28 * Enable the preorder option for a variable product, in the case that every variation was previously added to the preorder status. 29 * Notify website admins when products’ preorder periods are nearing their ends, emailing them a set amount of days before the date. 30 * Notify users when products’ preorder periods are over and they’ve become fully available. 31 31 32 32 **Our plugin supports 4 different business cases. Only case #4 is available in this free version. If you need any of the other cases, please [buy a pro license](https://brightplugins.com/woocommerc-preorder-plugin/).** 33 33 34 **Case #1 – Treat the whole order as a pre -order**34 **Case #1 – Treat the whole order as a preorder** 35 35 36 36 If you choose this mode, the customer will be able to select a shipping date, and all products will be shipped together at that specific day. 37 37 38 That day will be limited to the latest pre -order date available, for instance, if the order has 3 different products marked as pre-order ones:38 That day will be limited to the latest preorder date available, for instance, if the order has 3 different products marked as preorder ones: 39 39 40 40 Product A will be available on the 1st of September … … 45 45 Link to: Wordpress and WooCommerce Management 46 46 47 **Case #2 – Generate two separate orders, one for pre -orders and one for in-stock products**47 **Case #2 – Generate two separate orders, one for preorders and one for in-stock products** 48 48 49 If you choose this mode, the customer will get two different orders generated, one for pre -order products and one for in-stock ones. For instance, if your order looks like this:49 If you choose this mode, the customer will get two different orders generated, one for preorder products and one for in-stock ones. For instance, if your order looks like this: 50 50 51 51 Product A is in-stock … … 56 56 Link to: Wordpress and WooCommerce Management 57 57 58 **Case #3 – Generate separate orders for each pre -order products**58 **Case #3 – Generate separate orders for each preorder products** 59 59 60 If you choose this mode, then the customer will get one order for all in-stock products, and then one order for each pre -order product which will be shipped in each specific pre-order date.60 If you choose this mode, then the customer will get one order for all in-stock products, and then one order for each preorder product which will be shipped in each specific preorder date. 61 61 Link to: Wordpress and WooCommerce Management 62 62 63 **Case #4 – Allow only pre -orders**63 **Case #4 – Allow only preorders** 64 64 65 Use this mode if you want to only allow your customers to either choose pre-order products or available ones. 65 Use this mode if you want to only allow your customers to either choose preorder products or available ones. 66 66 67 Some other preorder features we offer: 67 68 … … 69 70 When products are available, admin can set to automatically charge 70 71 Set and Change release dates for preorder products 71 Email feature that allows admins to notify all customers who pre -ordered a product72 Email feature that allows admins to notify all customers who preordered a product 72 73 If products are no longer available, current preorders can be canceled. 73 74 Easily filter through all preorders with a custom order status … … 101 102 == Changelog == 102 103 103 There is no changelog yet. 104 -- 1.0.2 -- 105 * Fixed texts 106 * Fixed critical error on cart 107 108 -- 1.0.1 -- 109 * Fixed checkout bug with shipping hook -
pre-orders-for-woocommerce/trunk/readme.txt
r2290193 r2292614 1 === Pre -orders for WooCommerce ===1 === Preorders for WooCommerce === 2 2 Contributors: brightvesseldev, milardovich 3 3 Requires at least: 5.0 … … 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html 9 9 10 Ultimate Pre -Orders Plugin for WooCommerce.10 Ultimate Preorders Plugin for WooCommerce. 11 11 12 12 == Description == … … 14 14 An efficient system that easily translates to the specific needs of store, our plugin allows you to follow up on pre-sales in a comprehensive way. 15 15 16 The wait for a new product (or the return of a popular one) is a great opportunity to gain new customers or engage older ones. However, too many companies misuse this unique time until customers lose interest. Engaging is critical in the days before a product release, which is why we’ve created a plugin that covers all bases. Give customers a chance to pre -order so they’ll get their new item just as it becomes available, letting you monitor each step of the way.17 Here’s what you can do with the Bright Plugins WooCommerce Pre-Order Plugin:16 The wait for a new product (or the return of a popular one) is a great opportunity to gain new customers or engage older ones. However, too many companies misuse this unique time until customers lose interest. Engaging is critical in the days before a product release, which is why we’ve created a plugin that covers all bases. Give customers a chance to preorder so they’ll get their new item just as it becomes available, letting you monitor each step of the way. 17 Here’s what you can do with the Bright Plugins WooCommerce preorder Plugin: 18 18 19 * Manage all pre -orders through a specialized section on My Account.20 * Set up a “pre -order” status for both simple and variable products.21 * Create an expiration date for pre -order periods.22 * Filter all orders that include products ordered during the “pre -order” phase.23 * Automatically turn products that are out of stock into pre -orders.24 * Make products available automatically as soon as the pre -order period ends.25 * Prevent customers from adding pre -order products when they have already-available items on their carts.26 * Edit single product prices during the pre -order period: fixed, percentage or markup on the base price.27 * Apply “pre -order” status to more than one product through a WordPress Bulk action grouped by tag or category.28 * Enable the pre -order option for a variable product, in the case that every variation was previously added to the pre-order status.29 * Notify website admins when products’ pre -order periods are nearing their ends, emailing them a set amount of days before the date.30 * Notify users when products’ pre -order periods are over and they’ve become fully available.19 * Manage all preorders through a specialized section on My Account. 20 * Set up a “preorder” status for both simple and variable products. 21 * Create an expiration date for preorder periods. 22 * Filter all orders that include products ordered during the “preorder” phase. 23 * Automatically turn products that are out of stock into preorders. 24 * Make products available automatically as soon as the preorder period ends. 25 * Prevent customers from adding preorder products when they have already-available items on their carts. 26 * Edit single product prices during the preorder period: fixed, percentage or markup on the base price. 27 * Apply “preorder” status to more than one product through a WordPress Bulk action grouped by tag or category. 28 * Enable the preorder option for a variable product, in the case that every variation was previously added to the preorder status. 29 * Notify website admins when products’ preorder periods are nearing their ends, emailing them a set amount of days before the date. 30 * Notify users when products’ preorder periods are over and they’ve become fully available. 31 31 32 32 **Our plugin supports 4 different business cases. Only case #4 is available in this free version. If you need any of the other cases, please [buy a pro license](https://brightplugins.com/woocommerc-preorder-plugin/).** 33 33 34 **Case #1 – Treat the whole order as a pre -order**34 **Case #1 – Treat the whole order as a preorder** 35 35 36 36 If you choose this mode, the customer will be able to select a shipping date, and all products will be shipped together at that specific day. 37 37 38 That day will be limited to the latest pre -order date available, for instance, if the order has 3 different products marked as pre-order ones:38 That day will be limited to the latest preorder date available, for instance, if the order has 3 different products marked as preorder ones: 39 39 40 40 Product A will be available on the 1st of September … … 45 45 Link to: Wordpress and WooCommerce Management 46 46 47 **Case #2 – Generate two separate orders, one for pre -orders and one for in-stock products**47 **Case #2 – Generate two separate orders, one for preorders and one for in-stock products** 48 48 49 If you choose this mode, the customer will get two different orders generated, one for pre -order products and one for in-stock ones. For instance, if your order looks like this:49 If you choose this mode, the customer will get two different orders generated, one for preorder products and one for in-stock ones. For instance, if your order looks like this: 50 50 51 51 Product A is in-stock … … 56 56 Link to: Wordpress and WooCommerce Management 57 57 58 **Case #3 – Generate separate orders for each pre -order products**58 **Case #3 – Generate separate orders for each preorder products** 59 59 60 If you choose this mode, then the customer will get one order for all in-stock products, and then one order for each pre -order product which will be shipped in each specific pre-order date.60 If you choose this mode, then the customer will get one order for all in-stock products, and then one order for each preorder product which will be shipped in each specific preorder date. 61 61 Link to: Wordpress and WooCommerce Management 62 62 63 **Case #4 – Allow only pre -orders**63 **Case #4 – Allow only preorders** 64 64 65 Use this mode if you want to only allow your customers to either choose pre-order products or available ones. 65 Use this mode if you want to only allow your customers to either choose preorder products or available ones. 66 66 67 Some other preorder features we offer: 67 68 … … 69 70 When products are available, admin can set to automatically charge 70 71 Set and Change release dates for preorder products 71 Email feature that allows admins to notify all customers who pre -ordered a product72 Email feature that allows admins to notify all customers who preordered a product 72 73 If products are no longer available, current preorders can be canceled. 73 74 Easily filter through all preorders with a custom order status … … 101 102 == Changelog == 102 103 103 There is no changelog yet. 104 -- 1.0.2 -- 105 * Fixed texts 106 * Fixed critical error on cart 107 108 -- 1.0.1 -- 109 * Fixed checkout bug with shipping hook
Note: See TracChangeset
for help on using the changeset viewer.