Contents

    Exporting item data from JTL-Shop

    Your task/initial situation

    You want to export the item data from JTL-Shop for another website such as a price search engine. You may want to create a new export format beforehand or use one of the export formats supplied with JTL-Shop.

    Exports with existing export formats

    Automation: With the JTL-Shop task scheduler, you can also automate manual exports: Setting up the task scheduler for exports.

    Step 1: Adapting an export format

    1. In the back end of JTL-Shop, open the Export formats page via Administration > Export > Other formats. Here you will find a list of all export formats that are supplied by JTL-Shop and those you have created yourself.
    1. Click on the edit icon behind the format that you want to export. The Editing export formats page opens for the export format you selected.
    1. Specify here which items you want to export. If you do not make any changes here, all items will be exported.
    2. Click Save edited export format.

    Step 2: Performing the export

    1. Click on one of the plus symbols behind the format for which you want to create the export file. You can choose between Create export file and Create export file asynchronously.
    1. Then click on the Download file icon.

    Creating a new export format

    If none of the supplied export formats is suitable for you, you can also create a new export format.

    1. Click the Create new export format button below the list of export formats. The page Creating a new export format opens. Go to dialogue description.
    2. Give the template a name and use the options on the page to define exactly which items are to be exported.
    3. Define your export template. Under Header, enter the names of the individual columns in the exported file. Separate each column with separators (e.g. “Name|ItemNO|Description”). Under Export template you can use different variables to access the data of each item to be exported. Separate this data with the same separator you used in the header.

    The content is parsed by Smarty, which means that you can query variables via Smarty syntax.

    1. Click Save new export format. You can now carry out the export as described in step 2.