Like the setData mentioned in this link: setData , we can pass variable or data from cms page also. {{block type="yourmod/testblock...
Tuesday, October 31, 2017
Passing custom variable from Magento phtml to block template
Shyam Krishna Sreekumar
October 31, 2017
For passing variable or data from a controller or phtml file to template block, we can use setData method. We can then receive it in the ...
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...