The most important improvement in Magento 2 when compared to Magento 1 is the ability to manage the store and its functionalities via comma...
Wednesday, March 21, 2018
Wednesday, March 14, 2018
I was in a situation where we donot execute a php file via browser. It should only triggered when its called via cron job. So to overcome...
Wednesday, December 6, 2017
First parameter must either be an object or the name of an existing class Magento api soap
Shyam Krishna Sreekumar
December 06, 2017
Yesterday when i was working in Magento API V2, i met with an issue. I was able to create product using WSDL xml in Magento. However, i w...
Wednesday, November 8, 2017
Magento Security Scan tool - New feature
Shyam Krishna Sreekumar
November 08, 2017
Finally good news from Magento team!!! Reference: https://magento.com/blog/magento-news/introducing-new-magento-security-scan-tool ...
Sunday, November 5, 2017
Can't create directory Magento 2 admin error
Shyam Krishna Sreekumar
November 05, 2017
Yesterday when i was playing with Magento 2 admin editing the Design Configuration section, i was stuck with an error: Can't create d...
Thursday, November 2, 2017
Increment alphabets like numbers in php
Shyam Krishna Sreekumar
November 02, 2017
Today i faced a situation to increment alphabet in a loop. So how did i achieved it? Simple, code is provided below. $xi = 'A';...
Tuesday, October 31, 2017
Passing custom variable or data from cms page to a phtml file
Shyam Krishna Sreekumar
October 31, 2017
Like the setData mentioned in this link: setData , we can pass variable or data from cms page also. {{block type="yourmod/testblock...