Mike Jolley
|
934e95bc8b
|
Merge pull request #15308 from woocommerce/fix/15297
Grouped product support in importer/exporter
|
2017-05-29 10:13:45 +01:00 |
claudiulodro
|
759fcae533
|
Use 'grouped_products' for grouped products
|
2017-05-28 12:37:18 -07:00 |
Claudio Sanches
|
d2c3bf362f
|
Normalize column names
|
2017-05-26 18:01:15 -03:00 |
claudiulodro
|
9b925d28ec
|
Grouped product child support
|
2017-05-26 13:30:17 -07:00 |
claudiulodro
|
d362d47995
|
Get external products working
|
2017-05-26 11:26:55 -07:00 |
claudiulodro
|
df06d6f942
|
Merge remote-tracking branch 'origin/feature/product-csv-import-export' into HEAD
|
2017-05-25 12:41:26 -07:00 |
claudiulodro
|
6d098b9c21
|
Clean up and some tests
|
2017-05-25 08:41:11 -07:00 |
Mike Jolley
|
42c3c9e593
|
Remove extra full stop
|
2017-05-25 12:36:12 +01:00 |
Mike Jolley
|
28d355948f
|
docblock
|
2017-05-24 19:11:16 +01:00 |
Claudio Sanches
|
da7d5786d3
|
Merge branch 'feature/product-csv-import-export' into feature/product-parser-match-exporter
|
2017-05-24 08:56:27 -03:00 |
Claudio Sanches
|
b08c75fb83
|
Added handler for default attributes and improved how deal with product attributes
|
2017-05-24 08:14:10 -03:00 |
Claudio Sanches
|
cd4a9ccf6a
|
Fixed mapping sample display of 0 and false
|
2017-05-24 03:57:36 -03:00 |
Claudio Sanches
|
c08d3a356e
|
Added support "Attribute %d Visible"
|
2017-05-24 03:42:38 -03:00 |
Claudio Sanches
|
b10f3a3be9
|
Fixed coding standards
|
2017-05-24 03:26:17 -03:00 |
Claudio Sanches
|
43a26ea851
|
Properly map items when CSV match WooCommerce exporter format
|
2017-05-23 21:38:27 -03:00 |
Mike Jolley
|
c5d7dfba6c
|
Feedback
|
2017-05-23 19:46:46 +01:00 |
Mike Jolley
|
b1a5b23629
|
Done screen handling and form tweaks
|
2017-05-23 15:05:32 +01:00 |
Claudio Sanches
|
ac304473c7
|
Allow external URL and button text for external products
|
2017-05-22 20:18:39 -03:00 |
claudiulodro
|
cb297ad1b0
|
Add skip existing option
|
2017-05-19 10:58:31 -07:00 |
Mike Jolley
|
754e991220
|
Redirect if there is no mapping data
|
2017-05-19 15:06:36 +01:00 |
Mike Jolley
|
cde32be82d
|
Done step and styling
|
2017-05-19 13:25:03 +01:00 |
Mike Jolley
|
1617c62f47
|
Export text tweaks
|
2017-05-19 12:03:34 +01:00 |
Claudio Sanches
|
74b4ba8a94
|
Improved sanitization in product CSV importer and handle special columns
|
2017-05-18 21:18:47 -03:00 |
Claudiu Lodromanean
|
a13668f201
|
Merge branch 'feature/product-csv-import-export' into feature/background-processing
|
2017-05-18 10:11:34 -07:00 |
claudiulodro
|
9d52ef9f61
|
Performance tweak
|
2017-05-18 10:05:31 -07:00 |
claudiulodro
|
83908bc735
|
Move file functions to abstract class
|
2017-05-18 09:59:40 -07:00 |
claudiulodro
|
b2e8d31262
|
Clean up
|
2017-05-18 09:49:58 -07:00 |
Claudio Sanches
|
36fa838678
|
Allow extend auto mapping options
|
2017-05-17 21:10:26 -03:00 |
Claudio Sanches
|
df63ea9b5a
|
Handle special column names
Handle columns names like "Attribute 1 Name" and "Meta: _foo_bar".
|
2017-05-17 20:59:36 -03:00 |
claudiulodro
|
2ab0fdfe78
|
Styling
|
2017-05-17 14:55:20 -07:00 |
claudiulodro
|
fa1446bc86
|
Clean up
|
2017-05-17 14:43:03 -07:00 |
claudiulodro
|
17083dafae
|
Initial background importer implementation
|
2017-05-17 14:34:49 -07:00 |
Claudio Sanches
|
d3ec48f378
|
Match regular fields between exporter and importer
|
2017-05-17 17:55:28 -03:00 |
Claudio Sanches
|
ce6741e117
|
Fixed error display and incorrect use of WP_Error
|
2017-05-17 14:57:03 -03:00 |
Claudio Sanches
|
215a9fa0c1
|
Fixed warning about empty callback name
|
2017-05-17 14:43:48 -03:00 |
claudiulodro
|
adc8f4eacb
|
Use correct method name
|
2017-05-17 09:15:49 -07:00 |
claudiulodro
|
d6ef3ca855
|
Docblock tweak and remove unused query var
|
2017-05-17 08:51:45 -07:00 |
Mike Jolley
|
a6537ff269
|
export styling
|
2017-05-17 14:22:41 +01:00 |
Mike Jolley
|
d67fb8fb83
|
New style import controller
Closes #15107
|
2017-05-17 14:16:38 +01:00 |
Mike Jolley
|
bf2979f68d
|
Revert change - export directory contains logic only, not admin
|
2017-05-17 11:50:55 +01:00 |
Mike Jolley
|
8a48c7d388
|
Made exporter and importer screens, classes and directories consistent
Once merged, @claudiosanches @claudiulodro, we should work on
https://github.com/woocommerce/woocommerce/tree/feature/product-csv-impo
rt-export branch going forward and get this merged into it.
|
2017-05-17 11:24:27 +01:00 |
Mike Jolley
|
3d5f1c1fe6
|
Merge branch 'feature/product-csv-import-export' into feature/csv-importer
|
2017-05-17 10:36:39 +01:00 |
Mike Jolley
|
5939939244
|
Wizard and blank state
|
2017-05-16 15:36:56 +01:00 |
Mike Jolley
|
7293025c92
|
Import page placeholder
|
2017-05-16 15:21:35 +01:00 |
Mike Jolley
|
2ba6613abe
|
Hide export menu item
|
2017-05-16 15:21:29 +01:00 |
Mike Jolley
|
74e2f61f0c
|
Import and export buttons
|
2017-05-16 15:06:22 +01:00 |
Mike Jolley
|
6949ee162e
|
Reduce visual noise
|
2017-05-16 15:05:11 +01:00 |
Claudio Sanches
|
020e61927b
|
Created abstract product class
|
2017-05-16 01:02:46 -03:00 |
Claudio Sanches
|
cc05ed77d2
|
Properly display the importer results
|
2017-05-15 20:41:19 -03:00 |
Claudio Sanches
|
121f8f6315
|
Abstract the product importer
|
2017-05-15 19:49:53 -03:00 |