Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venturaproject/suppliersfields
module for prestashop that adds two custom fields in the suppliers entity
https://github.com/venturaproject/suppliersfields
prestashop prestashop-module
Last synced: 3 days ago
JSON representation
module for prestashop that adds two custom fields in the suppliers entity
- Host: GitHub
- URL: https://github.com/venturaproject/suppliersfields
- Owner: venturaproject
- Created: 2024-06-29T11:48:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T10:28:17.000Z (5 months ago)
- Last Synced: 2024-11-01T23:06:34.074Z (about 2 months ago)
- Topics: prestashop, prestashop-module
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🧰 module add fields in suppliers
## description
module for prestashop that adds two custom fields in the `Supplier` entity.
## comments
added logic is applied in the hooks
- `actionSupplierFormBuilderModifier`,
- `actionAfterUpdateSupplierFormHandler`
- `actionAfterCreateSupplierFormHandle`the module includes an override of the `Supplier` class in which two new properties are added:
- `one_field`,
- `other_field`the new properties are sorted to be displayed above the `is_enabled` entity for better integration
view integration [example](https://i.ibb.co/Dkv35Mp/Captura-de-pantalla-2024-06-29-a-las-14-26-09.png).