我们可以在magento中停用 客户吗?如果是,那么代码的位置在哪里?
此外,Magento 删除客户的代码/文件位置在哪里?
同一个文件/功能的名称是什么?
我们如何在该网页上停用或删除客户ID ?
在后端,我们可以以两种方式删除客户 - :
1. By selecting multiple customer & then submit action as delete
2. Opening each indivual customer & then delete that customer
这些代码/功能是否相同?如果没有,请提供两种方式的代码/文件位置。
请指导我!
答案 0 :(得分:0)
Mage_Core_Model_Abstract()->delete($id)
。