{% extends "admin_base.html" %} {% block title %}Shop Settings{% endblock %} {% block header_title %}Shop Settings{% endblock %} {% block content %}
{{ form.hidden_tag() }}

Shop Branding

Identity & Visual Assets

{{ form.shop_name(class="w-full mui-input font-bold text-gray-700") }}
{% if settings.logo_path %} {% else %} {% endif %}
{{ form.logo(class="block w-full text-xs text-gray-500 file:mr-4 file:py-2 file:px-4 file:rounded-xl file:border-0 file:text-[10px] file:font-black file:uppercase file:bg-gray-800 file:text-white hover:file:bg-black cursor-pointer") }}

Recommended: 400x120px PNG

Logistics Integration

Courier API Configuration

{{ form.steadfast_api_key(class="w-full mui-input font-medium text-gray-600", placeholder="API-...") }}
{{ form.steadfast_secret_key(class="w-full mui-input font-medium text-gray-600", placeholder="SEC-...") }}

Tracking & Pixels

Marketing & Conversion Data

{{ form.gtm_id(class="w-full mui-input font-medium text-gray-600", placeholder="GTM-XXXXXX") }}
{{ form.pixel_id(class="w-full mui-input font-medium text-gray-600", placeholder="123456789") }}

Support & Contact

{{ form.support_phone(class="w-full mui-input font-bold text-gray-700") }}
{{ form.whatsapp_number(class="w-full mui-input font-bold text-gray-700") }}
{{ form.facebook_url(class="w-full mui-input font-medium text-gray-600") }}

User Experience

{{ form.landing_page_theme(class="theme-select w-full bg-white/10 border-white/20 text-indigo-100 rounded-xl py-3 px-4 focus:outline-none focus:ring-2 focus:ring-white/30 transition font-bold") }}
{{ form.thank_you_page_theme(class="theme-select w-full bg-white/10 border-white/20 text-indigo-100 rounded-xl py-3 px-4 focus:outline-none focus:ring-2 focus:ring-white/30 transition font-bold") }}

Changes affect store globally

Advanced Injection

Custom Header & Footer Scripts

{{ form.custom_head_script(class="w-full mui-input font-mono text-xs text-gray-600 h-64 bg-gray-50/30", placeholder="") }}
{{ form.custom_body_script(class="w-full mui-input font-mono text-xs text-gray-600 h-64 bg-gray-50/30", placeholder="") }}
{% endblock %}