frontend-product-editor
Last commit date
assets
3 years ago
build
3 years ago
includes
3 years ago
vendor
3 years ago
frontend-product-editor.php
3 years ago
readme.txt
3 years ago
readme.txt
94 lines
| 1 | === Frontend Product Editor for WooCommerce === |
| 2 | Contributors: wpvibes, anandau14 |
| 3 | Tags: e-commerce, woocommerce, frontend editing, product editing, WP product editor, editing, edit products, frontend product editor |
| 4 | Requires at least: 5.6 |
| 5 | Tested up to: 6.1 |
| 6 | Requires PHP: 7.0 |
| 7 | Stable tag: trunk |
| 8 | License: GPLv3 |
| 9 | License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| 10 | |
| 11 | The frontend product editor for WooCommerce helps you quickly edit products from the frontend. |
| 12 | |
| 13 | == Description == |
| 14 | |
| 15 | Frontend Product Editor allows you to edit basic product data from the frontend quickly. |
| 16 | When you are logged in as admin and visit any product page, it adds a new option in the admin toolbar - Quick Product Edit. |
| 17 | Click on it, and it will open a flyout panel to edit product information quickly. |
| 18 | |
| 19 | **Data that you can manage** |
| 20 | * Product Name |
| 21 | * Catalog visibility |
| 22 | * Category & Tag |
| 23 | * SKU |
| 24 | * Pricing |
| 25 | * Schedule Sale |
| 26 | * Inventory/Stock options |
| 27 | * Tax Class & Tax status |
| 28 | * Catalog visibility |
| 29 | * Featured Product |
| 30 | * Shipping (Weight, Dimensions & Shipping class) |
| 31 | |
| 32 | For now, only simple products are supported. |
| 33 | More options are coming soon. |
| 34 | |
| 35 | ## Why should you choose Frontend Product Editor? |
| 36 | |
| 37 | ### Light Weight and Instant Loading |
| 38 | Code is optimized for fast loading and instant live editing with no extra resources. |
| 39 | |
| 40 | ### Expert Support |
| 41 | We have a highly efficient support team who are always ready to help you. Ask your queries in Support Forum or Contact Us directly. |
| 42 | |
| 43 | ### Regular Updates |
| 44 | Fully compatible with WordPress and WooCommerce latest versions. |
| 45 | |
| 46 | == Installation == |
| 47 | |
| 48 | 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. |
| 49 | 2. Activate the plugin through the 'Plugins' screen in WordPress. |
| 50 | |
| 51 | == Frequently Asked Questions == |
| 52 | |
| 53 | = Can this plugin work without WooCommerce? = |
| 54 | |
| 55 | No Frontend Product Editor is an addon for WooCommerce, so it is mandatory to have WooCommerce activated on your site. |
| 56 | |
| 57 | = Will it works with any theme? = |
| 58 | |
| 59 | Yes, this plugin will work on all the themes that support WooCommerce functionality. |
| 60 | |
| 61 | = Do I need to know coding skills to use this WooCommerce extension? = |
| 62 | |
| 63 | Absolutely not; it's an easy-to-use plugin, so no coding knowledge is needed. |
| 64 | |
| 65 | == Screenshots == |
| 66 | 1. Product Info |
| 67 | 2. Manage product price and schedule sale |
| 68 | 3. Manage inventory & stock status |
| 69 | 4. Shipping class and product weight and dimensions |
| 70 | 5. All product settings right on the product page. |
| 71 | |
| 72 | == Changelog == |
| 73 | |
| 74 | = 1.0.1 = |
| 75 | * Fixed issue when manage stocks is disabled from Woo admin settings. |
| 76 | |
| 77 | = 1.0 = |
| 78 | * Revamped UI - Frontend code restructured from scratch for much better performance. |
| 79 | * Add ability to edit more data including Category & Tag management. |
| 80 | |
| 81 | |
| 82 | = 0.0.4 = |
| 83 | * Fixed: JS error when admin bar is not visible |
| 84 | * Enhancement: Added editing support for SKU, Catalog visibility, Tax class, Tax status, featured product. |
| 85 | |
| 86 | = 0.0.3 = |
| 87 | * Fixed: Fatal error when Manage Stocks is disabled from admin |
| 88 | |
| 89 | = 0.0.2 = |
| 90 | * Enhancement: Added floating button to open edit panel. Very useful when admin bar is disabled on frontend. |
| 91 | * Fixed: Conflict with Variable products. |
| 92 | |
| 93 | = 0.0.1 = |
| 94 | * Initial Launch |