PhP: Display Your Latest Tweet Using PHP
To display your latest Tweet using PHP use this below code:
Collection of Thoughts
To display your latest Tweet using PHP use this below code:
This article will guide you on how to reset mysql root user password. Quick and easy four steps to Set / change / reset the MySQL root password on Ubuntu Linux. Step 1: Presumming...
Here is a quick and complete code to load parent category from current category page and to get sub categories of parent category along with their product count. Hope it helps. Enjoy……….:)
Create a autologin.php page with following script and upload to word press root.
In this article I’ll talk about how to get all shopping cart items and total in Magento Shopping Cart. lets move on to the point.
Installer script to remove the customer attribute & data by code.
Programatically Auto login to Magento admin section by username Create a PHP file with below script and access in the URL You will be automatically logged in to admin section and redirected to start...
Script to remove the shopping cart / quote items of the customer using customer ID or customer Email. Create a PHP file with below script and upload it into root folder of the Magento....
Starting with Magento 1.9.1 the emails are not being sent directly during checkout but instead are being queued. The queue is being processed via your Magento cronjob – please ensure this has been set...
Fundamentals of Magento Development Essential development skills for implementing and customizing solutions on the Magento eCommerce platform Target Audience Developers who want to learn the architecture, terminology, and core functionality of Magento, along with...
The cron job is a background process and there is no option to check the cron jobs status from Magento admin section. But one might be curious to know if the crontab is properly...
Display subcategories of the current category if it has sub categories. If it doesn’t have the sub categories then display parent category with its sub categories. Category structure will be displayed upto two child...
Restrict admin access to only approved IP addresses Remove admin access to specific IP addresses Note: Assuming that the administration path is “admin”. If your admin path is different then replace “admin” with your...
For this add this to the top of /template/directory/currency.phtml Then, you can do something with the domains where a .co.uk site will redirect to the .com with ?cy=GBP at the end.
If you need to added a new sort by option like most viewed or most popular in drop down option then follow these steps– override app\code\core\Mage\Catalog\Block\Product\List\Toolbar.php in local folder and add or override only...
If you need to go back to same page once it logged in then in list page and clicked to sign in link and then you logged in it has to go back to...