如何在magento中加载非活动类别
如何使用下面的代码或类似的代码加载在magento管理中不活动的类别
$currentCat= Mage::getModel('catalog/category')->load($cat->getId());
How to load category which are not active in magento admin by using below code or something like this
$currentCat= Mage::getModel('catalog/category')->load($cat->getId());
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
getStoreCategories 将返回主动和被动类别,然后您可以通过以下方式检查状态
getStoreCategories will return active and passive categories, then you can check the status by