You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,22 +35,20 @@ The plugin does not auto-inject the link, so you keep full control over
35
35
placement, label and visibility. To add the link the same way imprint and
36
36
privacy are exposed:
37
37
38
-
1.**Admin → Catalogues → Categories** — create a new category, e.g. "Revocation".
39
-
2. Set **Type = Link**, then pick **External link** and enter the relative URL `/revocation`. (Internal link only allows picking existing entities, which is why we use External link with a relative path — Shopware renders it verbatim, no domain needed.)
40
-
3.**Admin → Sales Channels → (your channel) → Service menu** — add the new category to the service-menu category tree.
41
-
4. Save and clear caches. The link now appears in the footer service menu next to *Imprint* / *Privacy*.
38
+
1.**Admin → Catalogues → Categories** — create a new category, e.g. "Revocation" in the [service menu category tree](https://docs.shopware.com/en/shopware-6-en/tutorials-and-faq/basic-setup).
39
+
2. Set **Type = Link**, then pick **External link** and enter the relative URL `/revocation` and activate the category.
40
+
3. Save and clear caches. The link now appears in the service menu.
42
41
43
42
### Configuration
44
43
45
44
Configure under *Settings → Plugins → Revocation Button → Configure*.
46
-
All fields are optional — sensible fallbacks apply when left empty.
47
45
48
46
| Setting | Default | Description |
49
47
|---|---|---|
50
-
| Merchant notification – inbox address | shop email (*Settings → Basic information*) | Inbox that receives the notification each time a customer submits the form. |
51
-
| Merchant notification – inbox display name | inbox address | Display name shown in the `To:` header of the merchant notification. |
52
-
| Outgoing mail – From: address | merchant inbox address |`From:` used for **both** outgoing mails (notification + customer confirmation). |
53
-
| Outgoing mail – From: display name | sales channel name |`From:` display name used for **both** outgoing mails. |
48
+
| Merchant notification - inbox address | shop email (*Settings → Basic information*) | Inbox that receives the notification each time a customer submits the form. |
49
+
| Merchant notification - inbox display name | inbox address | Display name shown in the `To:` header of the merchant notification. |
50
+
| Outgoing mail - From: address | merchant inbox address |`From:` used for **both** outgoing mails. |
51
+
| Outgoing mail - From: display name | sales channel name |`From:` display name used for **both** outgoing mails. |
0 commit comments