Currency code and symbol in magento

Some times we need to show the currency code and symbol separately in magento and here is the code to do so For getting currency code : For getting currency symbol :
Get subcategories of a categories with images in magento

Here is the code to show all the subcategories inside an category in magento Here 10 is the id of the parent category and to get the url for that category use You can also get the image of an …
How to add static blocks inside the phtml file
We can insert the static blocks inside an phtml file by using the identifier of the static block we created in the admin panel of magento Here is the code to do so, In this case identifier must be replaced …
How to get the skin,media url in magento
we can call the images and js files inside the template’s skin folder in an phtml file by the following code snippet And in static block we can call it as To get the media url in static block use …