Skip to content

Commit 221a1f6

Browse files
authored
simplify readme
1 parent ec44c6b commit 221a1f6

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,20 @@ The plugin does not auto-inject the link, so you keep full control over
3535
placement, label and visibility. To add the link the same way imprint and
3636
privacy are exposed:
3737

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.
4241

4342
### Configuration
4443

4544
Configure under *Settings → Plugins → Revocation Button → Configure*.
46-
All fields are optional — sensible fallbacks apply when left empty.
4745

4846
| Setting | Default | Description |
4947
|---|---|---|
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. |
5452

5553
## License
5654

0 commit comments

Comments
 (0)