0

I am using the Magmi On the fly category creator/importer plugin to import products and create categories into a Magento 1.7.0.2 installation. That works fine, but there is something I did not expect.

All products were assigned into all created category-levels. Even when I try the samlpe CSV-snipped from the wiki

sku;name;attribute_set;store;categories
"100";"Product 1";"Default";"en";"My Products/Sample Products/Sample Category"
"101";"Product 2";"Default";"en";"My Products/Other Products"

When I try the above CSV, product with SKU 100 is active in cat "My Products" and "Sample Products" and "Sample Category". Product with 101 is active in cat "My Products" and "Other Products".

Is this the default behavior or is there a trick to activate the product only in the last named category of the category-level?

My config is:

  • Magento V. 1.7.0.2
  • Magmi V. 0.7.18
  • Plugins:
    • CSV Datasource (1.3) by Dweeves On the fly
    • category creator/importer (0.2.3) by Dweeves Image attributes
    • processor (1.0.25) by Dweeves On the fly indexer (0.1.5) by Dweeves
    • Standard Attribute Import (1.0.5) by Dweeves
4

1 に答える 1

0

これは、「カテゴリ作成者/インポート者」プラグインのデフォルトの動作です。ただし、最後のカテゴリ レベルでのみ製品をアクティブ化するように変更できます。

これは、Web インターフェイスを介して行うことができます。


/magmi/web/magmi.php に移動します

クリエーター/インポーターの「設定」ボタンをクリック

「製品の割り当て先」の横にある「各ブランチの最後のカテゴリ」を選択します。


または、何らかの理由で構成ファイルを直接編集したい場合。


conf ディレクトリを参照し、次の行が含まれていることを確認します。

CAT:lastonly = "1"

「CategoryImporter.conf」ファイルで

于 2013-08-01T09:57:08.120 に答える