我使用Magento的1.7倍version.I需要创建一个脚本导入products.I使用Magmi作为进口产品的工具,帮助我
- 导入文章,分组和配置的产品没有捆绑产品
- 创建一个脚本来运行cron作业的过程自动化。
问题 :我的产品没有在前端显示,而这些都是backend.I可见的地方学习,我发现它的有关重新索引数据库表。
问题 :1。如何重建索引(脚本cron作业)运行Magmi导入过程之后,因为我无法使用重建索引:=>在飞索引v0.1.5 => Magmi Magento的Reindexer V1.0.2
2.Does Magmi支持导入捆绑的产品与定制的捆绑类型?
感谢名单
在cron作业,你可以运行Magento的索引(这是由magmi用于重建索引称为程序),使用下面的命令行(最好把它们在由cron的运行shell脚本的结尾)
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由上飞索引器插件更有效地处理。
Magmi尚不支持捆绑在一起。