bogkov/magento2-module-contact

Extended functional for default Magento 2 Contact module

1.3.1 2017-06-02 21:12 UTC

This package is not auto-updated.

Last update: 2024-04-25 06:06:02 UTC


README

Extended functional for default Magento 2 Contact module.

Install

Composer

This package can be installed as a Composer dependency bogkov/magento2-module-contact.

composer require bogkov/magento2-module-contact

Enable Module

php bin/magento module:enable Bogkov_Contact
php bin/magento setup:upgrade
php bin/magento setup:di:compile

You may need to Flush Magento Cache after installation.

Roadmap

1.0

  • Core structure
  • Setup InstallSchema and Uninstall
  • ACL
  • Routes
  • Admin menu

1.1

  • Model: resource model, grid collection
  • Controller: admin index action index
  • View: admin layout for admin controller index action index
  • View: admin UI component contact grid
  • View: contact grid actions

1.2

  • I18n: Core
  • Controller: admin index action view
  • View: admin layout for admin controller index action view
  • Controller: override default Magento contact action post
  • View: contact grid action delete

1.3

  • Controller: admin index action delete
  • View: admin grid manual change status
  • Controller: admin manual change status
  • Controller: admin index action response
  • Admin response email template and sent