Skip to content

Releases: bigbridge-nl/product-import

Fix url rewrites problem and removes url_path

05 Feb 14:47
Compare
Choose a tag to compare
  • The attribute url_path, if exists, is removed from the imported products
  • url_rewrite table: Writes non-redirects (redirect_type = 0) before redirects (redirect_type = 301) in url_rewrite, because Magento relies on this order when it creates canonical urls and such.

Added missing options

14 Jan 08:47
Compare
Choose a tag to compare

Added some options that were missing from the cli command and the rest api.

Support for Magento 2.4

13 Nov 09:35
Compare
Choose a tag to compare

Support for 20.6 price decimal format.

Fixed import of tier prices in M2.4

Fix XSD for multiple store views

29 Oct 11:51
Compare
Choose a tag to compare

The XSD that validates the product import XML did not allow multiple store views.

An option to have old category links removed

01 Oct 09:45
Compare
Choose a tag to compare

Guus Portegies asked for this option to have product-to-category links to be removed as well as added.

Setting $config->categoryStrategy = ImportConfig::CATEGORY_STRATEGY_SET will remove product-to-category links that are not named in the import.

Use responsively; the documentation explains when this is not a good idea.

Url suffix per website

25 Sep 08:56
Compare
Choose a tag to compare

Take into account that product and category url suffix may differ per website.

Url suffix per store view

23 Sep 09:40
Compare
Choose a tag to compare

Take into account that product and category url suffix may differ per store view.

Support for two added columns since M2.2

05 Aug 19:35
Compare
Choose a tag to compare

lucafuse94 noticed that parent_product_id was missing from catalog_product_bundle_option_value.

Started monitoring database changes between Magento versions, using Compalex. Added support for

  • Tier prices, percentage_value (since M2.2)
  • Bundled product option value, parent_product_id (since M2.2)

Magento 2.3 only added MSI, and did not change the existing product tables.

Sku case sensitive

02 Jun 09:43
Compare
Choose a tag to compare

SKU's are explicitly made case sensitive
Added a function to look up the case sensitive sku in the database.

Fix category level

22 May 08:35
Compare
Choose a tag to compare

choleaoum noticed that the level field of created categories was one too high.
Also some missing trim()'s were added to clean input.