US and Canada postal code validation RegEx

Posted by on Feb 8, 2014 in Javascript, Jquery, Magento | No comments yet

When dealing with magento or any other ecommerce websites which is meant to be targeted for specific countries or not we must check validity of the postal code On one of my recent projects I come with the same problem …

Show order summary inside magento success page

Posted by on Jun 11, 2013 in Magento, Php | No comments yet

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

Posted by on May 31, 2013 in HTML, Javascript, Jquery | No comments yet

The following code is used to get the selected radio button value by name

Get the value of the select box in ie

Posted by on May 25, 2013 in General, HTML, Javascript | No comments yet

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 …

Load More