• when using this theme with no other plugins except woocommerce, customers cannot specify what payment method to use when checking out. The checkout box is greyed out and only the first option in the payment method list works, since no others can be selected

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @radiumsoup
    Would you please share your site URL once?

    And the payment method is the part of Woocommerce plugin and we would like to request you to check in Woocommerce support.

    Thank you

    .woocommerce-checkout #payment:before {
      	position: relative !important;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.1);
    }

    Add this custom css, and it will solve your problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘unable to choose payment method’ is closed to new replies.