magmi

Magento Mass Import images with MAGMI - images excluded

三世轮回 提交于 2019-12-04 23:50:49
问题 thanks for reading. I'm using magmi to import more than 30.000 products with images. The problem is with images that they are imported but all of them are excluded. Is there any sql query that I can use and get all images included? I used this query but only one row effected update `catalog_product_entity_media_gallery_value` set disabled=1 where `value_id` in (select `value_id` from `catalog_product_entity_media_gallery` where value in (select value from `catalog_product_entity_varchar`

Magmi Bundled Products and Re-indexing issue in Magento 1.7

回眸只為那壹抹淺笑 提交于 2019-12-04 19:50:56
I am using Magento 1.7x version.I need to create a script to import products.I used Magmi as an Import Product Tool which helps me to import Simple ,Grouped and Configurable Products not bundle products create a script to run a cron job to automate the process. Problem : My products are not showing on front end whereas these are visible on backend.I studied somewhere and i find its about re-indexing the database tables. Questions : 1. How to rebuild index (script is cron job)after running a Magmi import process because i am unable to rebuild index using: =>On the fly indexer v0.1.5 =>Magmi

Magento Mass Import images with MAGMI - images excluded

依然范特西╮ 提交于 2019-12-03 15:17:04
thanks for reading. I'm using magmi to import more than 30.000 products with images. The problem is with images that they are imported but all of them are excluded. Is there any sql query that I can use and get all images included? I used this query but only one row effected update `catalog_product_entity_media_gallery_value` set disabled=1 where `value_id` in (select `value_id` from `catalog_product_entity_media_gallery` where value in (select value from `catalog_product_entity_varchar` where `attribute_id`=(select `attribute_id` from `eav_attribute` where attribute_code='image' and `entity

importing configurable products in Magento from CSV

两盒软妹~` 提交于 2019-12-03 13:13:21
I'm trying to append complex data to my database products in Magento ver. 1.7.0.2, some are simple and other configurable. The exported Magento CSV doesn't greet with the needs for importing. I have this file for example for importing data: sku,_store,_attribute_set,_type,_category,_root_category,_product_websites,price,special_price,special_from_date,special_to_date,image,media_gallery,news_from_date,news_to_date,url_key,url_path,minimal_price,visibility,custom_design,custom_layout_update,page_layout,options_container,required_options,has_options,image_label,small_image_label,thumbnail_label

magmi - generic sql datasource 1.0.2 usage

◇◆丶佛笑我妖孽 提交于 2019-12-02 11:51:57
Some questions arises when using MAGMI generic SQL datasource. Magmi 0.7.18 displays the following input information when using that plugin: I tried several times with two approaches. -the first one as described on the image was a direct query to the mysql database containing all rows to feed magento database using magmi. (no files on genericsql/requests) -the second one using .sql file exported from my database and placing that file into (genericsql/requests). in both cases I received the following statement: 1 warning(s) found Hide Details -> "No Records returned by datasource" I read that