Use Batch Product Creation feature not to go crazy while creating products.
V5’s Batch Product Creation feature allows importing products from formatted text data. That format is called YAML. It is human readable and easily editable with your favorite text editor.
- Name: Test Item 1
GroupCode: Test Items
Barcode: 12345
Tag: Tag1
Portions:
- Name: Pcs
Price: 5
- Name: Pack
Price: 10
Tags:
- Name: Custom Tag 1
Value: Tag Value 1
- Name: Custom Tag 2
Value: Tag Value 2
- Name: Test Item 2
GroupCode: Test Items
Barcode: 22222
Tag: Tag2
Portions:
- Name: Pcs
Price: 5
Tags:
- Name: Promotion
Value: VIP
- Name: Item Type
Value: Bar Item
Notepad++ supports YAML format so you can benefit from syntax highlighting, tree list navigation and auto completion features.
By 5.1.50 release we’ll also support Product Export as YAML format so you can easily transfer items between setups. I’ll add required Data Export template soon.
Dear guys, @emre, @Jesse, @JTRTech, @QMcKay… nice reunion… jajajajajjaa, sorry… I would like to export products with YAML and then import those products in a different machine… how to do that… could you throw me a line here?
There will not be built in templates but it will resemble what you saw above with the YAML import template. Likely it will need some specific structure.
You wont be able to just press a button and it export them. You will need to create your own template like you do for exporting CSV data. It will be YAML format and we need to know the structure first. I am sure he will release it soon.
This Data Export template should work. @gerlandog if you have non default products can you please paste it into the editor, export a file and send me that file?