Add simple_withdrawalbutton PrestaShop module

This commit is contained in:
Arne Weiss
2026-06-01 08:08:31 +02:00
commit 0691fa7f22
33 changed files with 1679 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Neuer Widerruf</title>
</head>
<body>
<p>Ein neuer Widerruf ist eingegangen.</p>
<p>
<strong>ID:</strong> {id_withdrawal_request}<br>
<strong>Eingang:</strong> {submitted_at}<br>
<strong>Bestellnummer / Bestellreferenz:</strong> {order_reference}<br>
<strong>Name:</strong> {customer_name}<br>
<strong>E-Mail:</strong> {customer_email}<br>
<strong>Widerruf betrifft:</strong> {scope_label}
</p>
<p>
<strong>Betroffene Artikel / Mengen:</strong><br>
{withdrawal_items_text}
</p>
<p>
<strong>Nachricht / Bemerkung:</strong><br>
{message}
</p>
<p>
Backoffice: <a href="{admin_link}">{admin_link}</a>
</p>
</body>
</html>