did you activate the "Generic mapper plugtin" ? otherwise , mapping file won't be read. moreover, use "categories" lowercase as column name. That's the only things i could find now to explain your problem. Also, make sure you are using the latest magmi version (from github repo , not from sourceforge which is a little bit older) Le ven. 30 août 2019 à 00:25, MAURIX maurixxxx@users.sourceforge.net a écrit : Hi Sebastien, thank you very much for your help i was trying quickly the second method but...
Currently magmi has no « official » way to get « magento value » for categories however , some plugins can help you. « Generic Mapper » plugin can do the trick for you. Create a file named « category_id.csv » Inside « magmi/plugins/itemprocessors/genericmapper/mappings » directory In this file just put one line per input category you want to map (for example) Example : If you want to put your ‘A025’ input category Inside category_id 101 of magento , and category ‘A026’ into category 223 The file...
hi, First i would advise you to use the github repository to have the latest magmi version. see: https://github.com/dweeves/magmi-git Then, you are missing the "store" column which has to be set with the "store view" code, or you may use the "default values" plugin to set the "store" value with the appriopriate store view code automatically out of the csv. Also, i think you could look at this video: https://understandinge.com/course/importing-products-magento/ Thanks for using magmi :)
Hi, try defining "magento directory" setting with absolute path. it should help CLI finding the images. 2017-11-13 13:14 GMT+01:00 Matt Ayres liltbrockie@users.sf.net: Hi there.... I have succesfully run CLI to update products... this works The config will also import images when sued from the web UI BUT the CLI will not update the image (in face it deletes the image created by the webUI so i suspect its not finding the image?) can post config if required but its all pretty standard... Like I say...
Hi Adam, I just had a look at your plugin code. I would advise not to "load all csv...
currently, media_gallery column works only if an image column (image,small_image...
maybe removing the last / on the url may help :) 2016-03-08 20:37 GMT+01:00 Derek...
Don't forget to reindex prices after this, it should remove the 0 special price.