Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 786 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 786 Bytes

pixiExample

Customize export

The example module can be used as a reference to extend the TechDivision/Pixi events.

Dokumentation

see README.md in PixiApiCustomize

Install example

# Create local namespace in Magento
cd app/code

# clone pixiExample to your app/code folder with all Event example implementation
git clone https://github.com/techdivision/pixiExample.git

# Back to Magento root
cd ../..

# upgrade Magento, install the PixiApiCustomize
bin/magento setup:upgrade
bin/magento cache:flush
  • Look how it works and create your own modul to override Techdivision/Pixi event
  • Don't forget to remove the pixiExample/PixiApiCustomize if your own implementation works