Creating email template in magento

Posted by on Dec 5, 2013 in General, Magento | No comments yet

The templates used for transactional email are formatted with HTML and CSS, and may be simply altered. additionally, you’ll be able to customize the templates by adding variables and frontend apps. so lets discuss about creating email template in magento …

Send email using email template in magento manually

Posted by on Dec 5, 2013 in Magento | 4 Comments

Using the default mail sending and template functionality of magento we can also send our custom email to the customers using the created email templates in the magento admin so to recaps we are discussing about the send email using …

Activate wordpress plugin php code

Posted by on Dec 5, 2013 in General, Php, Wordpress | No comments yet

Being a developer some times when developing wordpress plugin what if we don’t have the admin access to activate the plugin. So in this post we are discussing about how we can activate wordpress plugin php code we need to …

Remove rows with multiple duplicate columns

Posted by on Nov 14, 2013 in General, MySQL, Php | No comments yet

Some times we need to remove rows with multiple duplicate columns as shown in the table below,See the last two rows with same values. ID college courses 183 24 102 151 24 52 155 24 66 179 24 66 With …

Load More