{# app/templates/admin/merchant-edit.html #} {% extends "admin/base.html" %} {% from 'shared/macros/alerts.html' import loading_state %} {% from 'shared/macros/inputs.html' import search_autocomplete, selected_item_display %} {% from 'shared/macros/headers.html' import edit_page_header %} {% from 'shared/macros/modals.html' import confirm_modal_dynamic %} {% block title %}Edit Merchant{% endblock %} {% block alpine_data %}adminMerchantEdit(){% endblock %} {% block content %} {% call edit_page_header('Edit Merchant', '/admin/merchants', subtitle_show='merchant', back_label='Back to Merchants') %} {% endcall %} {{ loading_state('Loading merchant...', show_condition='loadingMerchant') }}
Ownership transfer affects all stores under this merchant. Merchant cannot be deleted while it has stores ( stores).
Warning: This will transfer ownership of the merchant "" and all its stores to another user.