Skip to content

Releases: VirtoCommerce/vc-module-catalog-csv-export-import

v1.1.4

28 Aug 05:44

Choose a tag to compare

  • Pricelist dropdown in CSV export is filled correctly now. (#27)
  • Proper handling of unspecified or zero MinQuantity during CSV import. (#30)
  • Updated CsvHelper version to 12.1.2. (#31)

v1.1.3

10 Apr 07:00

Choose a tag to compare

  • Fixed bug in catalog CSV import when tab or space is used as delimiter. #26

v1.1.2

03 Oct 16:25

Choose a tag to compare

  • Some minor bug fixes

v1.1.1

03 Oct 10:57

Choose a tag to compare

  • Fixed the bug when you could select a product with an empty identifier as the main product. This could lead to stack overflow exception when products saving.

v1.1.0

28 Sep 08:23

Choose a tag to compare

  • Actualized to work with the latest catalog module version

v1.0.11

29 Jun 10:50

Choose a tag to compare

  • Added new property to control Price Min Quantity

v1.0.10

19 Jun 09:35

Choose a tag to compare

  • updated FluentValidation references to 7.5.2 #16

v1.0.9

18 Jan 15:10

Choose a tag to compare

  • Fix for export not exporting product SEO info correctly #12
  • Removed override of Catalog Import/Export services to register custom implementation of catalog import/export

v1.0.8

29 Nov 10:54

Choose a tag to compare

  • Added new Csv Property - PriceListId. When specified will try to update or add prices to specified price list by id.
  • PriceId now correctly controls the behavior of price import. When specified will try to update a price by id.

v1.0.7

27 Nov 12:39

Choose a tag to compare

  • Assigning Product SKU as MainProductId now correctly sets up variation-main product relationship #7
  • Added SeoStore property to csv import to set up StoreId on Seo Item #5
  • Moved localization resources from Catalog Module #3
  • Importing a csv product with SeoLanguage property now works correctly #6
  • Migrated to CsvHelper v6.0.0