DivanteLtd / pimcore-magento2-bridge

Pimcore module for Magento 2 integration
36 stars 24 forks source link

FEATURE Add support for calculatedValue fields #24

Closed roynilsson closed 5 years ago

roynilsson commented 5 years ago

Add support for calculated value fields in sync to Magento. Since calculated fields are really only text fields whose value are calculated when the getter is called, this was a very simple thing to implement. All that has been done is to add calculatedValue to the TEXT_TYPES array in MapperHelper

mbolka commented 5 years ago

Thank you for your support! As the base code has been changed (we have merged two bundles into single one) I will resolve conflicts and continue there: https://github.com/DivanteLtd/pimcore-magento2-bridge/pull/30