Home Forums Basel support forum Braintree credit card checkout

Braintree credit card checkout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5133

    emmettwen
    Participant

    I met a problem with Braintree Credit or Debit Card checkout part. Here is no input part only the placeholder.

    #5135

    Artem Temos
    Keymaster

    Hello,

    Thank you for using our theme and contacting our support center.

    Could you please confirm that this issue caused by our theme and if you switch to default one it works correctly? It may be a plugin bug or you just some misconfiguration. Please double check it.

    And how we can add something to cart on your website? Currently we don’t see any “Add to cart” button.

    Regards

    #5141

    emmettwen
    Participant

    Thanks for your help. It seems something wrong with my Braintree plugin. After reinstalled, it began working. But I still need help for the layout of the text ‘Credit or Debit Card’. It has the same style as First payment ‘Paypal’. But the text could not vertically centered. The css already set as ‘vertical-align: middle’. However, it works different between these two lable.

    #5145

    Artem Temos
    Keymaster

    Try to add this code snippet to the Custom CSS

    #payment .payment_methods li.payment_method_paypalbraintree_paypal img, #payment .payment_methods li.payment_method_paypalbraintree_cards img {
        vertical-align: middle;
    }

    Regards

    #5204

    emmettwen
    Participant

    It works! Thank you so much!

    #5209

    Artem Temos
    Keymaster

    Great! You are welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)