pixelant / pxa_product_manager

Product Manager. Allow to create and list products on a site. Create dynamical attributes for products. Filter by categories and attributes
11 stars 14 forks source link

Extensibility: API for extending the model #210

Open mabolek opened 3 years ago

mabolek commented 3 years ago

This could be implemented using EXT:extender, but ensure that it works.

It could also be wise to implement view helpers for converting a UID or data array to a domain object, so additional methods in a domain object can be accessed even if the object itself isn't provided to the template. Caching should avoid unnecessary database queries.

Depends on #206