Skip to content

davidglezz/demo-cqrs-hooks-usage-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn using identifiable object and grid hooks as well as combining CQRS pattern from module

Requirements

  1. Composer, see Composer to learn more

How to install

  1. Download or clone module into modules directory of your PrestaShop installation
  2. Rename the directory to make sure that module directory is named ps_democqrshooksusage*
  3. cd into module's directory and run following commands:
    • composer dumpautoload to generate autoloader for module
  4. Install module from Back Office

*Because the name of the directory and the name of the main module file must match.

What it does

This module adds a new field to Customer: a yes/no field "is allowed to review". This new field appears:

  • in the Customers listing as a new column
  • in the Customers Add/Edit form as a new field you can manage

This modules shows how to add this field, manage its content and its properties using only hooks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%