SyncMaster service for PrestaShop allows importing combinations using the file that has each combination in a separate row.
Product combination is composed of two parts: the attribute name and the attribute value.
The attribute name will be the title of the attribute, such as “size” or “color," and the attribute value will be the value for that attribute, such as “XL,” “M,” “red,” and/or “blue.”
For example, if you want to import a product with 3 combinations such:
- red - XL
- blue - XL
- red - M
You must have a file with combinations in such format:
As you can see each combination is in a new line.
Each combination must contain the Product name and field for product identification (It also can be the product name, reference, Ean13, or UPC Barcode). Other main product information (like descriptions, associations, features, etc.) must be in the last product combination row (like category and description in the example above).
You also can set other combination fields, such as combination reference, combination impact price, combination image, etc.
As you can see, we created three combinations each of which contains 2 attributes(Color and Size). Also, we set for each combination corresponding image. After import you will see 3 combinations in the back-office:
And in the front office when we select the red color combination, you will see this:
And when we select the blue combination, you will see this: