We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3042cc commit 6a3797bCopy full SHA for 6a3797b
README.md
@@ -89,6 +89,14 @@ sylius_shop_contact_request:
89
90
This is the same as Sylius route configuration instead of the template key which is overridden to use the plugin template.
91
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
100
## Contributing
101
102
You can find a way to run the plugin without effort in the file [DEVELOPMENT.md](./DEVELOPMENT.md).
0 commit comments