Magento 1.7中的Magmi捆绑产品和重新索引问题 [英] Magmi Bundled Products and Re-indexing issue in Magento 1.7

查看:108
本文介绍了Magento 1.7中的Magmi捆绑产品和重新索引问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Magento 1.7x版本.我需要创建一个脚本来导入产品.我将Magmi用作导入产品工具

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

  1. 导入简单,分组和可配置产品,而不捆绑产品
  2. 创建脚本以运行cron作业以自动执行该过程.

问题:我的产品未在前端显示,而在后端可见.我研究了某个地方,发现它与重新索引数据库表有关.

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.

问题: 1.运行Magmi导入过程后如何重建索引(脚本是cron作业),因为我无法使用以下方法重建索引: =>即时索引器v0.1.5 => Magmi Magento Reindexer v1.0.2

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 Reindexer v1.0.2

2.Magmi是否支持导入具有自定义捆绑类型的捆绑产品?

2.Does Magmi support importing bundled product with custom bundle types?

感谢

推荐答案

在cron作业中,您可以使用以下命令行运行magento索引器(magmi调用该程序进行重新索引)(最好将其放在由cron运行的shell脚本的结尾)

in a cron job, you could run the magento indexer (which is the program called by magmi for reindexing) , using the following command lines (better put them at the end of the shell script that is ran by cron)

cd <yourmagentodir>/shell
php indexer.php --reindex catalog_product_attribute
php indexer.php --reindex catalog_product_price
php indexer.php --reindex catalog_product_flat
php indexer.php --reindex catalog_category_flat
php indexer.php --reindex catalogsearch_fulltext
php indexer.php --reindex cataloginventory_stock

还有其他索引,但catalog_category_product和&通过动态索引器插件可以更有效地处理catalog_url.

There are other indexes, but both catalog_category_product & catalog_url are handled much more efficiently by on the fly indexer plugin.

Magmi目前还不支持捆绑包.

Magmi does not support bundled yet.

这篇关于Magento 1.7中的Magmi捆绑产品和重新索引问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆