Skip to content

Releases: bigbridge-nl/product-import

Fix category url_rewrite

09 Apr 12:28
Compare
Choose a tag to compare

The category entries for generated categories had 0 as store_id. Changed this to the ids of actual stores views.

Weee tax

02 Mar 15:32
Compare
Choose a tag to compare

Pull request by Jessica Garcia Santana

  • Support for import of a single custom weee attribute (Waste Electrical and Electronic Equipment taxes)

Validation for compound members / default url suffix

01 Nov 12:06
Compare
Choose a tag to compare
  • Importer now invalidates compound products (configurable, bundle, group) when one of its members has errors.
  • Fixed missing price in test file a-configurable.xml
  • Configurable product super attribute check now allows attributes with frontend_input 'boolean'
  • Product url suffix and category url suffix no longer default to '.html' when there is no value in core_config_data, in stead the value from config.xml is taken

Speed optimization for stock

09 Dec 10:16
Compare
Choose a tag to compare

Speed optimization for stock

Speed optimizations:

  • msi, source items: import quantity and status together
  • stock items (qty, is_in_stock, ...) large speed gain by bundling queries per attribute code

Multi-Source Inventory

07 Dec 18:09
Compare
Choose a tag to compare

Magento 2.3: Import of source items.

FIX XSD related products / empty select values

01 Dec 12:42
Compare
Choose a tag to compare

Pull request by Jeroen Nijhuis / Epartment

  • Updated product-import.xsd to use correct element names for linked product types (related, cross-sell, up-sell)
  • Adjusted samples to reflect changes

Updated integration test to import all example xml files.

I made the importer's behaviour for empty values more explicit in import.md, especially for empty select and multiselect attributes.

Fixed the fatal error that occurred when a select was set to null.

FIX impossible to import custom attributes via XML

21 Nov 20:34
Compare
Choose a tag to compare

FIX impossible to import custom attributes via XML

21 Nov 20:01
Compare
Choose a tag to compare

The validation for the field custom fail due the missing node in the xsd declaration.
After this small fix the import with custom attributes runs without any problem using the node:

<custom code"yourCustomAttribute">yourCustomValue

Lazy loading option values and cache manager

12 Nov 20:25
Compare
Choose a tag to compare

Existing option values are now only loaded per attribute, when it is needed.
Newly created option values are given the sort order that matches their position.

The cache manager allows you to refresh any of product importer's caches.

Option value speed-up

03 Nov 14:50
Compare
Choose a tag to compare

Category info and option values are no longer reloaded from the database every batch.
Newly created option values are given a fixed sort order of 10000.