Remove all category in magento
We can use the following steps to clear the all category for magento by running the sql query. Source : https://gist.github.com/jklance/9664371
We can use the following steps to clear the all category for magento by running the sql query. Source : https://gist.github.com/jklance/9664371
Here’s how to convert passwords from plain text to the alghorithm used by Magento. This can result useful when you need to import users from an external application which was managing passwords with no encryption. So, let’s assume we already imported the customers from magento import tool and they can’t login because their password don’t …