There will come situations like we need to make ajax request to some other domains with wordpress and we face issue related to it. When you ...
Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts
Thursday, August 27, 2020
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...
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 17, 2017
Magento PHP Fatal error: Uncaught exception 'Mage_Core_Exception' with message 'Cannot complete this operation from non-admin area.
Shyam Krishna Sreekumar
October 17, 2017
Yesterday when i was trying to write a custom code for deleting product, i got stuck with a problem. "PHP Fatal error: Uncaught exc...
Wednesday, February 8, 2017
Get all configurable products with out of stock status Magento
Shyam Krishna Sreekumar
February 08, 2017
$_productCollection = Mage::getResourceModel('catalog/product_collection') ->addAttributeToSelect('*') ...
Thursday, August 25, 2016
Deprecated functionality: Non-static method should not called statically error fix
Shyam Krishna Sreekumar
August 25, 2016
Today i met with one issue. One of my site in which i am currently working got some error like this: Deprecated functionality: Non-st...