Okay
  Public Ticket #1041309
Braintree Payments with Salient
Closed

Comments

  •  2
    NBA101010 started the conversation

    So for some reason when using Salient only if you autofill or change the city at checkout using Braintree payments plugin with woo commerce you lose the ability to see the credit card numbers.  I have my entire theme built out in Salient and don't know what to do.  Nobody can pay for anything!

  •  2
    NBA101010 replied

    added this and it seems to have solved the problem

    /* show any Iframe added by Payment Gateway as theme has inline style that hides the iframes by default */
    .woocommerce-checkout iframe {
        opacity: 1 !important;
    }
    .woocommerce .payment_methods iframe {
        opacity: 1 !important;
    }
    .wc-braintree-hosted-field iframe {
        opacity: 1!important;
    }