Export Product Features from Prestashop
This task will export product features from Prestashop in an XML format. See below for a sample output file.
Settings
Output File
Required
The name of the file to export the customer groups to.
Connection
Required
The Prestashop connection to use. See the Connecting to Prestashop article if you require more information on how to create/manage connections.
Zynk Settings
See Common Task Settings.
Examples
A sample output file is shown below.
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfProductFeature xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ProductFeature>
<id>1</id>
<errors />
<should_create>true</should_create>
<should_update>true</should_update>
<name>
<language id="1">Compositions</language>
</name>
</ProductFeature>
<ProductFeature>
<id>2</id>
<errors />
<should_create>true</should_create>
<should_update>true</should_update>
<name>
<language id="1">Paper Type</language>
</name>
</ProductFeature>
<ProductFeature>
<id>3</id>
<errors />
<should_create>true</should_create>
<should_update>true</should_update>
<name>
<language id="1">Color</language>
</name>
</ProductFeature>
<ProductFeature>
<id>4</id>
<errors />
<should_create>true</should_create>
<should_update>true</should_update>
<name>
<language id="1">Size</language>
</name>
</ProductFeature>
<ProductFeature>
<id>5</id>
<errors />
<should_create>true</should_create>
<should_update>true</should_update>
<name>
<language id="1">Frame Size</language>
</name>
</ProductFeature>
</ArrayOfProductFeature>