Skip to content

Commit 6a3797b

Browse files
author
Maxime Leclercq
committed
doc: add copy override template in installation without flex part
1 parent a3042cc commit 6a3797b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ sylius_shop_contact_request:
8989

9090
This is the same as Sylius route configuration instead of the template key which is overridden to use the plugin template.
9191

92+
Copy the override template in your template directory to display name, company and phone number in the contact email:
93+
94+
```bash
95+
cp -Rv vendor/monsieurbiz/sylius-contact-request-plugin/src/Resources/templates/* templates/
96+
```
97+
98+
Then you can customize the template as you want.
99+
92100
## Contributing
93101

94102
You can find a way to run the plugin without effort in the file [DEVELOPMENT.md](./DEVELOPMENT.md).

0 commit comments

Comments
 (0)