Recent studies have shown that in the near future (by 2014) more people will use mobile devices ( iPod, iPhone,…
Classic Blog List
In this tutorial, we will introduce the coding of Magento in the form of a “Hello World”-style module. The goal…
Currency In Dropdown format In page.xml add the Block if not exist <block type=”directory/currency” name=”currency” as=”currency” template=”directory/currency.phtml”/> Template File /app/design/frontend/template/Your_Interface/YOUR-TEMPLATE-NAME/template/directory/currency.phtml…
My Account/app/design/frontend/Your-Interface/Your-Theme/layout/customer.xml My cart and Checkout/app/design/frontend/Your-Interface/Your-Theme/layout/checkout.xml My Wishlist/app/design/frontend/Your-Interface/Your-Theme/layout/wishlist.xml
$order_id = 100; //order id goes here$_order = Mage::getModel(‘sales/order’)->load($order_id); $_cctype = ”;if(!empty($_order)){ $_cctype = $_order->getPayment()->getCcTypeName();}echo $_cctype;
If local.xml does not exist,create it /you_theme/layout/ and add the following code Ctalog.xml{{block type=”catalog/navigation” name=”catalog.topnav” template=”catalog/navigation/top.phtml”}}
Delete the locks files from var/locks or Delete var folder and create it again and give 777 premission then tried…
You can get the current page URL and it’s parameters (if any) by using getCurrentUrl() method in Magento. Below code…





