Skip to main content
Skip table of contents

SVG Live Template (vers. 6)

Here you can choose your SVG Live Template.

If you are looking for information hot ro set up a new template and bring it into the system, please check Die Produkt-Vorschauen (Basic, Live, 3D) (v6 DE)

After creating the template follow these steps to make the new preview available in backend

  1. Login to your FTP server and place the SVG in

    CODE
    /external/public/personalization/svg_live_template

  2. After placing your file you have to go to:

    CODE
    external/config/liveSvgConfig.php

  3. And write down the following:

    PHP
    <?php
    return [
        'svg' => [
            'test.svg'             => 'Svg Template',
            'next.svg'             => 'Sample Name'
        ]
    ];


    The first entry has to be the name of your SVG template you uploaded previously. The second name will be the name in the dropdown from the external backend:

  4. Save the PHP file and select your SVG in the external backend.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.