Delete all ‘Url Rewrite Management’ URLs: To remove all the unnecessary URL's that are being created by magneto backend you…
Magento Sort Order of Collection With a sorted collection you can display list of objects like products in a specific…
Syntax : string stripcslashes ( string); Description : It's an inbuilt function of PHP. stripcslashes() function un-quote string quoted with addcslashes(). Recognizes C-like \n, \r ...,…
Syntax : string stripslashes ( string); Description : It's an inbuilt function of PHP. stripslashes() function un-quote string quoted with addslashes(). Note…
Magento Add Custom CSS and Javascript to Home Page or specific CMS page Magento is a complete package and allows…
Get Table Name in Magento : You can easily add table in Magento by using the following code. Suppose you…
Syntax : substr ( string, start_position, length ); Description : It's an inbuilt function of PHP. substr() function will return part…
String strtr ( string, from, to ); OR String strtr ( string, replace_array ); Description : It's an inbuilt function of PHP.…
Syntax : substr_count ( string, substring, start_position, length ); Description : It's an inbuilt function of PHP. substr_count() function counts the…
Syntax : substr_compare ( string1, string2, start_position, length, case_insensitivity ); Description : It's an inbuilt function of PHP. substr_compare() function will compares…