• Hello, i use the plugin Stripe for woocommerce. If i use the regular checkout, only work fine in Internet Explorer, in Chrome not show fine the fields and in Firefox not work.
    In mobile devices (ios and android) not work, not show the fields, and the user type the number credit card but he does not see that he writes.
    If I enable the pop-up check out work in all devices and all browers.I think it may be the template, but I have not found the code that I have to modify.

    thank you very much

Viewing 1 replies (of 1 total)
  • Thread Starter superbullys

    (@superbullys)

    I have almost solved the problem, with the code css:

    #stripe-card-number {
    height:40px;
    width: 100% !important;
    }
    
    #stripe-card-expiry {
    height:40px;
    width: 100% !important;
    }
    
    #stripe-card-cvc {
    height:40px;
    width: 100% !important;
    
    }
    
    .woocommerce-checkout #payment ul.payment_methods li input {  
        -moz-appearance: none; 
      
    
    }

    The only thing that does not work at all well is that the size of the input field in ios, do not appear well, the size is very small.
    If anyone knows why this happens ….
    thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Regular checkout only work in Internet Explorer’ is closed to new replies.