We are currently still building up the English documentation; not all sections have been translated yet. Please note that there may still be German screenshots or links to German pages even on pages that have already been translated. This guide mostly addresses English speaking users in Germany.
Exporting item data from JTL-Shop
Your task/initial situation
Exports with existing export formats
Step 1: Adapting an export format
- 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.
- 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.
- Specify here which items you want to export. If you do not make any changes here, all items will be exported.
- Click Save edited export format.
Step 2: Performing the export
- 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.
- 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.
- 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.
- Give the template a name and use the options on the page to define exactly which items are to be exported.
- 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.
- Click Save new export format. You can now carry out the export as described in step 2.