Change Magento default status for duplicated products

后端 未结 2 793
故里飘歌
故里飘歌 2020-11-29 13:21

I have a Magento store installed, and when a product is duplicated in the backend, Magento sets its status to Disabled by default. I don\'t want that to happen, the duplicat

2条回答
  •  自闭症患者
    2020-11-29 13:58

    I found error on this code and find out the solution below:

    On app/code/local/MagePal/EnableDuplicateProductStatus/etc/config.xml change

     duplicateProduct 
    

    TO

    productDuplicate
    

提交回复
热议问题