IE8 drop downs

More
13 years 1 month ago #12744 by myflipside
IE8 drop downs was created by myflipside
I'm having issues with the select (drop downs) on the payment details page (expiration dates and card type). Also I believe we've been having an issue with the shipping method page due to a javascript error.

I need to get this resolved ASAP as we're losing sales.

www.lovelldesigns.com

Please Log in to join the conversation.

More
13 years 1 month ago #12748 by ivan.milic
Replied by ivan.milic on topic Re: IE8 drop downs
This is quick solution, open index.php of template and insert this in head section just above the ending of head tag </head>:
Code:
<script language="javascript" type="text/javascript"> jQuery(document).ready(function(){ jQuery('select[name="creditcard_code"]').removeAttr('class'); }); </script>
The following user(s) said Thank You: myflipside

Please Log in to join the conversation.

Time to create page: 0.149 seconds
Powered by Kunena Forum