It is not safe to turn on allow_url_fopen in php.ini due to various security reasons . You should use curl…
2014 April
<?phpinclude “app/Mage.php”;Mage::app(); error_reporting(E_ALL);ini_set(“display_errors”, 1); // The Id you just marked from the transactional email template id$templateId = 1; // Define…
April 14, 2014 Read more
You can try this: $collection->getSelect()->distinct(true);But this will retrieve distinct values based on id. If you want to retrieve videos using…
April 8, 2014 Read more
This code is add button export to csv in form same as grid page. public function getElementHtml(){ $buttonBlock = $this->getForm()->getParent()->getLayout()->createBlock(‘adminhtml/widget_button’);…
April 8, 2014 Read more
In this tutorial, i will show you all different magento admin form fields we can use in admin forms. Magento…
April 7, 2014 Read more