Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).