Magento: Delete Magento Test Orders From sql query
In this article I’m discussing about how to delete magento test order from mysql query because there is no way in Magento to delete those test orders which were made while testing the Magento...
Collection of Thoughts
In this article I’m discussing about how to delete magento test order from mysql query because there is no way in Magento to delete those test orders which were made while testing the Magento...
Today I’ll discuss, how to delete duplicate custom options from product in magento. First of all make a file on magento root directory and paste below code on that file and after that run...
This tutorial is split into two independent parts: Inserting, updating and removing data from the database. Selecting data from one or more tables and retrieving it in a variety of different forms This section...
If you try to delete orders in the backend, you will find out that you can only set the status to “cancelled” and the order is still there. Unfortunately, Magento doesn’t enable us to...