- Issue created by @Brolad
- @brolad opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 1:42pm 22 March 2023 - πΊπ¦Ukraine Brolad
Changes in MR4:
- Added ability to show a status message about added products to the cart
- Updated status message about the unavailable product from "status" to "warning"
- Removed "Show/Hide add to cart status message" form element.
- Added a new "messages" form element that contains text area fields about success messages and unavailable product message
- Added hook_update_n() to update configs based on previous logic
- Added schema for a module
- Replacedt()
to$this->t()
inside of controller (dependency injection)