Home

Awesome

ProductRelationsImport

Magento Product relations import tool

This Magento extension allows you to import via manual input or file import the product relations:

How to use:

After installation you should see a new menu item under the Catalog main menu called Import product relations. If that does not appear, clear the cache. If it's still no there then something is very wrong. After clicking on the menu item you should see a form with the following fields.

Import type

Relation type - from here you can select what type of relations you want to import.

Action - select the action you want to take on import

Work with - specify if the values in the import data are product ids or product SKUs

Import rules - specify how the import data should be parsed.

Related products identifiers - fill in your data to import. Use comma (,) to separate the product identifiers and semicolon (:) to separate position from the product identifier.
Example: Let's say you are working with product ids and you want to import up sells. and for import rules you selected Relate all products on one line.

<pre><code> 34,55:2,17:4 99:1,80:10 </code></pre>

The values above mean:

File to import - is the same thing as the Related products identifiers the only difference is that here you can upload a csv file. Keep the same format as described in the section above.

Uninstall:

Remove the following files and folders:

Conflicts:

The extension does not rewrite any core class so it shouldn't conflict with other extensions.

Bug report:

<a href="https://github.com/tzyganu/ProductRelationsImport/issues">Submit any bugs or feature requests here</a>