在 Magento 中编写 cron 时如何访问产品和属性?
我需要编写一个 cron 来检查某些产品属性/状态。
我是 Magento 的新手,我想最好的方法是使用提供的 Magento 方法。
那么 Cron 在 magento 中是如何工作的呢?
据我所知,有一些模块与到处使用的相同,然后由 Cron 运行。
您是否有关于如何为 Magento 编写 cron 并使用 Magento 方法迭代产品/属性的示例?
I need to write a cron which will check for some product attribute/states.
I'm new to Magento, and I guess the best way to do it is to use the provided Magento method.
So how does Cron works within magento?
As far I know, there are module the same as used everywhere, which are then run by the Cron.
Do you have any exemple on how to write a cron for Magento and use the Magento methods to iterate through products/attributes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这个链接可以为您参考...
http://www.ecomdev.org/2010/06/07/how-to-schedule-the-future-product-activation.html
http://inhoo.net/ecommerce/magento/creating-cron-script-in-magento/
maybe this links can reference for you...
http://www.ecomdev.org/2010/06/07/how-to-schedule-the-future-product-activation.html
http://inchoo.net/ecommerce/magento/creating-cron-script-in-magento/