Skip to content

1.3 Clear field functionality + Bugfixes

Compare
Choose a tag to compare
@paales paales released this 02 Sep 08:41
· 209 commits to master since this release

New features

  • Compatibility with the new AvS_FastSimpleImport clear field functionality. Allows you to remove values for products. This is not yet implemented for categories and customers.

Bugfixes

  • When running the imports using cron it could happen that in a single cron session multiple imports are run. We needed a new instance of fastsimpleimport/import for this to work correctly.
  • Check if import field value is really NULL. When a value was 0, the clearfield symbol was also inserted, instead of 0. Now this symbol is only inserted when the value is really empty.

Full changelog