Skip to content

Instantly share code, notes, and snippets.

@manojchowrasiya
Forked from kontikidigital/Magmi Settings
Created January 13, 2017 06:11
Show Gist options
  • Save manojchowrasiya/1c31a2b799f69c4c613e8c7267f233be to your computer and use it in GitHub Desktop.
Save manojchowrasiya/1c31a2b799f69c4c613e8c7267f233be to your computer and use it in GitHub Desktop.
Magento: Magmi Setting
Visibility
The way to go for column “visibility” is as follows:
1 = Not Visible Individually
2 = Catalog
3 = Search
4 = Catalog, Search
Delete Products
Activate Magmi Deleter Plugin
"sku","magmi:delete"
"00001","1"
"00004","1"
Custom Options
http://wiki.magmi.org/index.php?title=Custom_Options
Related Products
http://wiki.magmi.org/index.php?title=Product_relater
Activate Product Relater Plugin
sku,re_skus,.....
....,"00000","",.....
....,"00001","",.....
....,"00002","00001,00000",..... < here 00000 & 00001 will be added to related products of sku 00002
Xsell & UpSell
http://wiki.magmi.org/index.php?title=Cross/Upsell_Importer#Sample_2.2C_add_upsell_.26_cross_sell_.2C_exact_matching
Activate Xsell Plugin in Magmi
....,sku,us_skus,cs_skus,.....
....,"00000","",.....
....,"00001","","00000",..... < here 00000 will be added as cross sell products with sku 00001
....,"00002","00001,00000","",..... < here 00000 & 00001 will be added to upsell products of sku 00002
Note: If us_skus or cs_skus do not exists will be an error, so it's better to import prodcuts first and the do an update with xsell and upsell products. Upsell products will be shown in Product Page, so it's better to use this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment