diff --git a/user/pages/03.commerce2/02.developer-guide/09.promotions/docs.md b/user/pages/03.commerce2/02.developer-guide/09.promotions/docs.md index 32f46755b..550de08fc 100644 --- a/user/pages/03.commerce2/02.developer-guide/09.promotions/docs.md +++ b/user/pages/03.commerce2/02.developer-guide/09.promotions/docs.md @@ -4,4 +4,6 @@ taxonomy: category: docs --- -! We need help filling out this section! Feel free to follow the *edit this page* link and contribute. +! We need help filling out this section! Feel free to follow the edit this page link and contribute. + +The Drupal Commerce Promotion module provides Promotion and Coupon entities for creating and managing promotional campaigns on your shop. At the moment, these entity types does not provide any UI to manage fields. But you can use the `hook_entity_base_field_info` Drupal core hook to alter their fields according to your needs.