From 148e3e089032df96f24aaf8c390139fb76981786 Mon Sep 17 00:00:00 2001 From: Frits de Vries <110908371+fritsjustbetter@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:27:33 +0100 Subject: [PATCH] updated README (#37) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b09ad..4d70f42 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ These features can be enabled / disabled via an extra configuration section call | Feature | Description | |--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Important Attributes | Select attributes that should always be added to the product tables even if all are empty, this fixes cases where you bulk empty attributes and it is not reflected in Magento. +| Important Attributes | Select attributes that should always be added to the product tables even if all are empty, this fixes cases where you bulk empty attributes and it is not reflected in Magento. | Fix Configurable Urls | Replaces the variant product url with the original url + sku to keep them unique | | Tier Prices | Maps specific Akeneo attribute code with a Magento Customer group. This ensures that the tier prices from Akeneo are imported into Magento customer tier prices | | Set default value for required attributes | Set a default value for required attributes if the value is missing | @@ -16,6 +16,7 @@ These features can be enabled / disabled via an extra configuration section call | Akeneo Manager | Manual adjustment of Akeneo codes vs magento entity id’s connector mapping. When enabled you can make adjustments of the values via the Menu option `JUSTBETTER > Akeneo Manager` | | Insert New Products | Disable the insertion of new products | | Set Tax Class | When you have multiple tax classes in Akeneo and you want to use them in Magento. Map Akeneo tax class codes to Magento tax class - See configuration | +| Set Required admin attribute | When having multiple stores and channels, the main attribute for de admin channel isn't always set. This means adding an attribute with the default language to do this for you. | | Set products active | Enable all products from Akeneo | | Enable Manage stock by default | This sets the manage stock to value `Yes` for imported products by default | | Set stock status | Automatically sets the stock status of imported products to "In Stock" when backorder-able |