Before make any changes in code make sure you backup all existing magento app. Below steps shows how to add any custom field in account registration form in magento, all the path shown is for default app and replace <yourstore> should be your current theme:
Author: Webpioneer
Create Rewrite rules for URL rewrite module in web.config
Today i will explain you simple and concise way to create rewrite rules for URL rewrite module in web.config, which might panic for most of the developers/users.
Remove associated products in magento
In magento it is very difficult to remove numbers of simple products which are associated with one configurable manually. So here i show programmatically how to remove and save your valuable time. If you are familiar with magento programming then it good to go else don’t do it.
After upgrading or installing to magento 1.9 you will face issue that the new order confirmation email couldn’t be sent once the order is placed.
In magento 1.9, they changed the way to send the order confirmation, in this version it sends the email in queue rather than se
Update group price in magento
Some time its very difficult to update all products group price individually from admin of magento. Today i will show how to update it programmatically simultaneously.
Cleaning magento database log
The most efficient way to clean the logs and more comfortable working with databases. It is faster than the built-in magento tools and it allows you to clean other tables not included in those tools. Below is steps how to clear log tables:
If you want to export limited fields using custom filter using code and easier way without using admin panel, below is the steps to approach.
Here id, sku, name, price values are getting, if you want more then you can append below in the field.
Introduction
In some shared server product prices can be updated via Dataflow profiles > import though but this is very slow and requires lots of csv fields(besides sku & price) for updating or it might get sometimes 500 internal server error due to less memory support.
SEO friendly URL in web.config
Writing SEO friendly url is most important for all website which host on window server. Below step is showing how to add the code in web.config file for wordpress.
In web.config file
Magento Optimization
Now a days on and off merchant and customers are depress when magento sites take lots of time than usual to load pages. Below is steps show how to improve performance.