In magento sometimes our client want to show multiple currency options on header. Recently I have experienced it and solve it. Now you can easily do this following the below step: First step: First you need to set up multiple currencies options on magento. If you don’t know, please click here Second step: After [...]
Setting up multiple currencies options on magento
Magento is a e-commerce CMS. Sometimes, client want to allow multiple currencies and give their customer the options to select their currencies. By default magento has the feature to allow multiple currencies and change currency options for customer from magento frontend. Now you can easily do that by following the below step: First step: First [...]
Showing magento cart items quantity and price on header
Sometimes in magento our client want magento cart items quantity and price on header. Recently I have experienced it and solve it. Now you can easily do this just following the below step: First step: To do this, first you need to edit header.phtml which is located on app/design/frontend/your-instance-name/your-theme-name/template/page/html/header.phtml If it not located there, [...]
How to show all category on magento sidebar
To work with Magento sometimes we need to show our categories on magento sidebar or create shop by category option on magento sidebar. Now, you can easily do this following the below step. First step: First you need to create a template file named “categorymenu.phtml” and locate it app/design/frontend/your-instance-name/your-theme-name/template/catalog/navigation/categorymenu.phtml puting the following code : <div [...]