{# app/templates/vendor/letzshop.html #} {% extends "vendor/base.html" %} {% from 'shared/macros/headers.html' import page_header_flex %} {% from 'shared/macros/tables.html' import table_wrapper, table_header %} {% from 'shared/macros/modals.html' import form_modal %} {% block title %}Letzshop Orders{% endblock %} {% block alpine_data %}vendorLetzshop(){% endblock %} {% block extra_scripts %} {% endblock %} {% block content %} {% call page_header_flex(title='Letzshop Orders', subtitle='Manage orders from Letzshop marketplace') %} {% endcall %}

{# noqa: FE-003 - Custom dismissible error with dark mode support not available in error_state macro #}

Error

Connection

Pending

Confirmed

Shipped

{% call table_wrapper() %} {{ table_header(['Order', 'Customer', 'Total', 'Status', 'Date', 'Actions']) }} {% endcall %} {# noqa: FE-001 - Uses flat variables (page, limit, totalOrders) instead of pagination object expected by macro #}
Showing - of

Export Products to Letzshop

Generate a Letzshop-compatible CSV file from your product catalog. The file uses Google Shopping feed format and includes all required fields.

Select the language for product titles and descriptions

Export products that are currently marked as inactive

CSV Format Information

File Format

  • Tab-separated values (TSV)
  • UTF-8 encoding
  • Google Shopping compatible

Included Fields

id title description price image_link availability brand gtin +30 more

How to Upload

  1. Download the CSV file
  2. Log in to your Letzshop merchant portal
  3. Navigate to Products > Import
  4. Upload the CSV file

Translation Fallback

If a product doesn't have a translation in the selected language, the system will use English, then fall back to any available translation.

Letzshop API Configuration

Get your API key from the Letzshop merchant portal

Automatically import new orders periodically

Last Sync

Status:

Time:

Error:

{% call form_modal('trackingModal', 'Set Tracking Information', show_var='showTrackingModal', submit_action='submitTracking()', submit_text='Save Tracking', loading_var='submittingTracking', loading_text='Saving...', size='sm') %}
{% endcall %}

Order Details

Order Number:
Status:
Customer:
Total:
Tracking:
Created:

Items

{% endblock %}