{# app/templates/vendor/settings.html #} {% extends "vendor/base.html" %} {% from 'shared/macros/headers.html' import page_header_flex %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% block title %}Settings{% endblock %} {% block alpine_data %}vendorSettings(){% endblock %} {% block content %} {% call page_header_flex(title='Settings', subtitle='Configure your vendor preferences') %} {% endcall %} {{ loading_state('Loading settings...') }} {{ error_state('Error loading settings') }}

General Settings

Basic vendor configuration

.yourplatform.com

Contact support to change your subdomain

Store Status

Your store is currently visible to customers

Verification Status

Verified vendors get a badge on their store

Marketplace Integration

Configure external marketplace feeds

Letzshop CSV Feed URLs

Enter the URLs for your Letzshop product feeds in different languages.

Notification Preferences

Control how you receive notifications

Email Notifications

Receive important updates via email

Order Notifications

Get notified when you receive new orders

Marketing Emails

Receive tips, updates, and promotional content

Note: Notification settings are currently display-only. Full notification management coming soon.

{% endblock %} {% block extra_scripts %} {% endblock %}