Magento: Delete Orders Programmatically

Here is a quick code to delete orders programmatically in Magento. In Magento, there isn’t the facility to delete orders from admin grid. You need to write custom code to delete orders in Magento. Here is the full code to do so. This code can be saved in a new file in your Magento root … Read more

Magento: Delete Customers Programmatically

Here is a quick code to delete customers programmatically in Magento. You can manually delete customers from customer admin grid. But, sometime you might need to do it automatically through code. Here is the full code to do so. This code can be saved in a new file in your Magento root folder and then … Read more