Get country list in magento
By accessing the magento collections we can get country list in magento, Here is the code to get all the countries in magento Hope you get country list in magento using this code snippet.
Show order summary inside magento success page
Sometimes we need to show order summary inside magento success page Copy this snippet of code inside template/checkout/success.phtml Hope you will get how to show order summary inside magento success page
Get the selected value from multiple radio boxes having same name
The following code is used to get the selected radio button value by name
Get the value of the select box in ie
We can’t access the option value using javascript on Internet Explorer using the normal javascript method.ie we cant get the value of the select box in ie IE is looking for the value attribute. It looks like other browsers are …