Home Forums WoodMart support forum Can you please add support for Stripe Payments?

Can you please add support for Stripe Payments?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #132351

    Bengal
    Participant

    Hi, Stripe is a free payment gateway for WooCommerce, but unfortunately, the styling is missing.

    Please check:

    1) On checkout: http://prntscr.com/odrnui
    2) On account dashboard: http://prntscr.com/odro7h

    Thanks!

    #132413

    Hello,

    Our theme supports the plugin, however, plugin developers change something from time to time. Here is the fix, please add it to the Theme Settings > Custom CSS > Global:

    body .woocommerce-checkout #payment li[class*=payment_method_stripe]>label {
    padding-left: 5px !important;
    }
    
    body #add_payment_method #payment li[class*=payment_method_stripe]>label {
    padding-left: 0 !important;
    }
    
    body #add_payment_method #payment .woocommerce-PaymentMethod label {
    	margin-left: 0;
    }
    
    .wc-credit-card-form br {
    	display: none;
    }
    
    .woocommerce-SavedPaymentMethods-saveNew {
    	margin-top: 10px;
    }
    
    .stripe-source-errors {
    	margin-bottom: 0;
    }
    
    .stripe-source-errors:empty {
    	display: none;
    }
    

    Best Regards

    #132437

    Bengal
    Participant

    Thanks, but it doesn’t fix the border with the fields?

    #132510

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wc-stripe-elements-field, 
    body .wc-stripe-iban-element-field {
    	height: 42px;
    	border: 2px solid rgba(129,129,129,.2);
    	border-radius: 5px;
    }
    
    body .wc-stripe-elements-field:before, 
    body .wc-stripe-iban-element-field:before {
    	content: "";
    	height: 5px;
    	display: block;
    }

    Best Regards

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