在 magento 中默认激活新产品
在 magento 后端复制产品时,新产品状态默认为禁用。这让希望产品显示在前端的商店管理员感到困惑。
如何使产品状态默认为启用?
谢谢
When duplicating a product in the backend in magento the new product status is Disabled by default. That confuses the store admins who expect the product to show on the frontend.
How can I make the product status Enabled by default?
THanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的自定义模块中,您需要:
在 config.xml 文件中:
使用如下方法创建观察者类:
In your custom module you need to:
in config.xml file:
Create an observer class with method like this: