Creating email template in magento
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
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
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
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 …
