PrestaSharp icon indicating copy to clipboard operation
PrestaSharp copied to clipboard

Custom Fields

Open fabiocreak opened this issue 8 years ago • 1 comments

Hi, How can I add custom fields to the customer class for example.

Best regards, Fábio Gomes

fabiocreak avatar Jun 06 '17 11:06 fabiocreak

It's possible to avoid serialization for some attributes? Example: I've the class category where I added a new property nb_products_recursive (to get easely the product number for that category. There is a way to tell serializer not write that property when sending to PS and read it when get it from PS?

panilo avatar Nov 29 '17 10:11 panilo