{% extends 'base.html.twig' %} {% block title %}FactFinder export App Configuration{% endblock %} {% block body %}

FactFinder export App Configuration

{# Flash messages #} {% for message in app.flashes('success') %} {% endfor %} {% for message in app.flashes('error') %} {% endfor %}

Main Settings

{# FactFinder Channel Name #}
{# Notification email #}

Upload Settings

Configure the connection details

{# Protocol #}
{# Server URL #}
{# Port #}
{# Username #}
{# Root Directory #}
{# Private Key Content #}
{# Key Passphrase #}

Import Settings

Fill in only if you want to use automatic import start after generating a new CSV file

{# FactFinder Server URL #}
{# FactFinder Username #}
{# FactFinder Password #}

Experimental features

Below you'll find beta features. Do not use this in production

Additional product metafields to export

Select product metafields (namespace.key). These fields will be appended as columns to exported CSV.

Select product metafields (namespace.key). These fields will be appended as columns to exported CSV.

{# --- Real-Time Synchronization --- #}

Real-Time Synchronization

Enable automatic synchronization between Shopify and FactFinder.

Channel Mappings

Map FactFinder Channels to Shopify Sales Channels and Languages.

{% set mappings = config.realTimeSyncMappings ?? [] %} {% for mapping in mappings %}
{% endfor %}
{# Action Buttons #}
{# Export form #}

Products export

{% endblock %}