Magento 1.x
CategoryMagento 1.x – Create a new backend admin user from database
If you need to create a new backend admin user, you can use the following database script:
Instead, if you just need to change the pass..
Magento 1.x – Adding new fields to Magento core API
If you need to change the Magento core API, such as adding new fields, you will need to extend the core WSDL file of the module of your ne..
How to create a PayPal sandbox account and enable express checkout payment method (M1.x)
If you have a PayPal sandbox account and you need to enable it within your Magento, you can skip this first part of the tutorial.
Creat..
MAGENTO 1.X – CLEAR UP MAGENTO ENVIRONMENT AFTER TESTING
Those quick mysql scripts, will help you to remove all data from a Magento installation.
- Customers and its related data (including lo..
MAGENTO 1.X – Create a SOAP API from scratch
Sometimes, you may need to expose your resources in different platforms making them platform independent. This could be possible thanks to..
MAGENTO 1.X – HOW TO REFRESH SUCCESS PAGE AND TEST YOUR CHANGES
If you have to change the design, add a block, or something like that, in your success page. You don’t need to make a whole purchase each ..
MAGENTO 1.X – GET IMAGES URLS AND LABELS FROM PRODUCTS
If you need to get the url or labels of the images assigned on the products, you can perform the following:
Magento 1.x – OVERRIDE MAGENTO CONTROLLER
Sometimes we may need to override a method or add functionality in a controller of Magento.
We are going to assume that you already hav..
MAGENTO 1.X – REDIRECT TO URL IN FRONTEND
Sometimes you will need to create a validation once you are entering through an url, and then redirect the user to another site/section.
..
MAGENTO 1.X – ASSIGN RELATED PRODUCTS PROGRAMMATICALLY
The following standalone script will help you to assign related products according to some filters.
We assumed that you know how to wor..