When you save a product in Magento’s backend admin console application, the system will reindex the price information for that product. But when you use […]
Tag: debug
Magento redirecting a user after registration
You might be looking to redirect a customer to another URL rather than either the shop homepage or the customer account page. In order to […]
Magento query get records in table
Here is code query get records in table of Magento. When you need debug or get anything but want not initialize a model and create […]
Debug sql in Magento
To enable the debug sql in Magento. You let’s open to file: lib/Varien/Db/Adapter/Pdo/Mysql.php In content file Mysql.php. You let’s set value for two variable: protected […]