magmi

Magmi Bundled Products and Re-indexing issue in Magento 1.7

天涯浪子 提交于 2020-02-01 09:19:26
问题 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 Bundled Products and Re-indexing issue in Magento 1.7

陌路散爱 提交于 2020-02-01 09:19:07
问题 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

Magento export categories -> import with magmi

筅森魡賤 提交于 2020-01-25 02:48:08
问题 we need to change the categories of some products and it is easier for us to do this with a csv file. Is there a way to export the categories in magmi format? sku,categories "abc","cat1/cat2;;cat5/cat6/cat1" "bgb","cat1/cat2" or is there maybe a small tool to manage the products in categories? Edit: this is the current code which is displaying the category names. But I am trying to display the category path like this: FirstCat/Tools/Screwdriver But it is displaying like this: FirstCat

magmi with multiple csv and category with references

旧巷老猫 提交于 2020-01-25 00:35:08
问题 I need to automatically update the products from one vendor to magento. I am using magmi. This provider makes me 3 .csv: products, categories and images How I can do to automatically upgrade these products? In addition I have another problem with the categories .csv, I copy an example: categories.csv ID_CATEGORY | CATEGORY_NAME | CATEGORY_FATHER_ID 4 | JARDINERIA | 0 100 | Mobiliario jardin | 4 1085 | Conjuntos de jardin | 100 102 | Conjuntos de jardin | 100 109 | Mobiliario de jardin | 100

Import Configurable Product not link to associate simple product

此生再无相见时 提交于 2019-12-25 07:09:13
问题 I read a lot of document about import configurable product, add column, change setting etc... but non of them work or i just doing it wrong. Configurable product not link to any associate product, also visible of associate prd in csv file is "Not Visible Individually" but after importing, they all change to "catalog, search". Already turned on Configurable item process, bundle, grouped in magmi CSV sample [Spread sheet] store;websites;attribute_set;type;category_ids;sku;has_options;name;meta

You must be logged in to use Magmi

烂漫一生 提交于 2019-12-24 15:13:33
问题 i have installed magmi_full_0.7.22 from git master : https://github.com/dweeves/magmi-git#authentication when i am trying to login for that first time, i am getting error : You must be logged in to use Magmi i used "magmi" for username and password, but still its not working. 回答1: I'm not using the most up to date version so unless it's changed you need your database username and password, not your magento admin. 回答2: You should use your magento store's admin penal username and password. 回答3:

Which magento table contains product image names?

寵の児 提交于 2019-12-23 09:20:01
问题 The problem I'm having is that I import products with Magmi (magento product import open source solution), but I don't see the product image on the front end. I need to know which table in magento database contains image names so that I could maybe feed it somehow directly... 回答1: catalog_product_entity_varchar The table above stores the values that will link your images, but you need check first with the eav_attribute table to find the correct attribute_id key that will reference the image.

magmi - generic sql datasource 1.0.2 usage

一世执手 提交于 2019-12-20 05:58:21
问题 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

Cateogry create via magmi with no product

被刻印的时光 ゝ 提交于 2019-12-14 03:04:10
问题 is there any way to create category via magmi without adding any products to the category ? Also If any one have csv header to create category via magmi kindly share with me it will help me a lot.. Thanks in advance.. 回答1: Part 1: Magmi does not import categories only, it is able to create categories on the fly during item import that's a big difference. IE : magmi imports ITEMS and can auto create categories for ITEMS being imported. If you want to import categories, use another magento

Magmi Configurable Products Importation

六月ゝ 毕业季﹏ 提交于 2019-12-14 02:45:01
问题 In Magmi v0.7.17, I can't manage to import configurable products. Here is an example of the csv I've got (just fields related to problem here): http://img198.imageshack.us/img198/8871/csvq.jpg First of all, I need to put "_attribute_set" for the importation to work, otherwise I've got the error “cannot create product sku:xxx no attribute_set defined”. But in every online documentation and in the Dataflow Export this field is "attribute_set". When I run the importation (using the Configurable