Deleting Magento Test Orders From Database
Truncating Test Orders SQL Script Tested on Magento 1.8. Simply run the following SQL code. Note: Always make a backup of your database first. “What worked today may not work tomorrow”
Truncating Test Orders SQL Script Tested on Magento 1.8. Simply run the following SQL code. Note: Always make a backup of your database first. “What worked today may not work tomorrow”
Adding custom Magento CMS Static Blocks to your Magento files is very easy. First, navigate to CMS->Static Blocks in your Magento Admin area. Next, you will want to click on the Add New Block button. Next, let’s give it a Block Title. This can be anything you want. The Block Title helps you to identify…
In this guide, I will show you how easy it is to translate the frontend of your custom Magento Extension. While building your extension you should format the text in your template files that you would want to be easily translated like this. If you need to use strings in classes or blocks you can…
In this example, I will show you how easy it is to retrieve a single piece of Data from your database. For this post, we assume you already have a working extension and just need to know how to retrieve a single piece of data from your controller. Let’s pretend that you have the need…