hello,
I need to add custom data in the lengow feed for a customer. Digging in the module, I see that I have to override 2 methods in LengowExport.php (https://github.com/lengow/plugin-prestashop/blob/dev/classes/models/LengowExport.php):
setAdditionalFields
setAdditionalFieldsValues.
But the override folder has been removed from the module for PS 1.7 compatibility in v2.2.5 (https://github.com/lengow/plugin-prestashop/blob/dev/CHANGELOG).
So what is now the official method to add custom data in the feed?
Best regards,
hello,
I need to add custom data in the lengow feed for a customer. Digging in the module, I see that I have to override 2 methods in
LengowExport.php(https://github.com/lengow/plugin-prestashop/blob/dev/classes/models/LengowExport.php):setAdditionalFieldssetAdditionalFieldsValues.But the
overridefolder has been removed from the module for PS 1.7 compatibility in v2.2.5 (https://github.com/lengow/plugin-prestashop/blob/dev/CHANGELOG).So what is now the official method to add custom data in the feed?
Best regards,