Hello everyone,
I have a question regarding the cs-cart database, notably extending certain tables with additional fields.
A basic example of what I am trying to do is add an additional field, for example: “customwidth” in a grid item (table: bm_grids)
I understand that for example, there’s a hook to retrieve additional fields for products: additional_fields_in_search
Is there any “proper” or “right” way for these fields to be added / “registered” in the database eg: in some sort of schema? (Laravel - migrations would be an example of what I’m thinking)
Thank you very much for your time!