- Posts: 1
- Thank you received: 0
IE8 drop downs
-
myflipside
Inactive member -
Topic Author
- Offline
- New Member
-
Less
More
14 years 2 weeks 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
I need to get this resolved ASAP as we're losing sales.
www.lovelldesigns.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 2 weeks 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.252 seconds