Changeset 1420666
- Timestamp:
- 05/20/2016 01:40:35 AM (10 years ago)
- Location:
- sku-error-fixer-for-woocommerce/trunk
- Files:
-
- 2 edited
-
README.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sku-error-fixer-for-woocommerce/trunk/README.md
r1414825 r1420666 17 17 #### Unique SKU problem 18 18 19 A known problem of the uniqueness of the SKU number of the product. WooCommers allows you to assign only unique SKU for product. If you used any SKU for the product variation, and then changed the product type to another, you will not be able to use the same SKU for a different product. You will receive an error "Product SKU must be unique". WooCommerce SKU variations Cleaner plugin eliminates this problem.19 A known problem of the uniqueness of the SKU number of the product. WooCommers allows you to assign only unique SKU for product. If you used any SKU for the product variation, and then changed the product type to another, you will not be able to use the same SKU for a different product. You will receive an error "Product SKU must be unique". WooCommerce SKU Error Fixer plugin eliminates this problem. 20 20 21 21 ## How do I use this plugin? -
sku-error-fixer-for-woocommerce/trunk/readme.txt
r1414825 r1420666 12 12 == Description == 13 13 14 When you creating new products in your webshop using a WooCommerce plugin, you can get the unique SKU error for your product and SKU not being saved properly. This is because in the database there are old variations of previously created products that have the same SKU number. WooCommerce SKU variations Cleaner plugin solves this problem by cleaning and/or removing old products variables and also you can setup automatic checking and fixing not unique SKU problem when you edit a product.14 When you creating new products in your webshop using a WooCommerce plugin, you can get the unique SKU error for your product and SKU not being saved properly. This is because in the database there are old variations of previously created products that have the same SKU number. WooCommerce SKU Error Fixer plugin solves this problem by cleaning and/or removing old products variables and also you can setup automatic checking and fixing not unique SKU problem when you edit a product. 15 15 16 16 == Installation == … … 42 42 = Unique SKU problem = 43 43 44 A known problem of the uniqueness of the SKU number of the product. WooCommers allows you to assign only unique SKU for product. If you used any SKU for the product variation, and then changed the product type to another, you will not be able to use the same SKU for a different product. You will receive an error "Product SKU must be unique". WooCommerce SKU variations Cleaner plugin eliminates this problem.44 A known problem of the uniqueness of the SKU number of the product. WooCommers allows you to assign only unique SKU for product. If you used any SKU for the product variation, and then changed the product type to another, you will not be able to use the same SKU for a different product. You will receive an error "Product SKU must be unique". WooCommerce SKU Error Fixer plugin eliminates this problem. 45 45 46 46 = How do I use this plugin? =
Note: See TracChangeset
for help on using the changeset viewer.