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 …
Products list filtered by attributes soap api magento
We can call the products list by soap api as a whole without passing any parameters to the api call. But when we need to filter the products based on attributes we must pass the multiple attributes as an array.Here …