We use cookies to make your experience better.To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies.Learn more.
Here is the code for calling block in Magento:- Module page
[php]
<?php echo $this->getLayout()->createBlock('newmodule/newblock')->setTemplate('newmodule/newblock.phtml')->toHtml();...
To convert the price to some other currency we need to select that currency in allowed currency and import currency rates from System->Manage currency ->Rates .
The...