Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1258357

    Hello, I have a problem, I have detected that when ordering and payment is by card.

    There is a step that are two buttons.
    [Cancel payment] [Pay by cards]

    I would like to hide the cancellation of payment, since many clients give it accidentally. I could do it like this. Would you just like that button? thanks.

    / * hide cancel card button in payments * /
    .woocommerce-page a.button.cancel {
    visibility: hidden;
    }

    #1258410

    Hey brunet77,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1258540

    For exemple i add this css code in myfamilytrip.com

    Regards

    #1258781

    Hi,

    The link you provided did not work. Can you please check again.

    Best regards,
    Jordan Shannon

    #1258807

    Sorry is .es

    #1258976

    Hi,

    I’m not able to get to the checkout. It seems that the cart continues to empty.

    Best regards,
    Jordan Shannon

    #1259037

    But if there is no problem there. I have checked and added products perfectly.

    The problem is when you pay by card. I have removed the cancellation payment.

    Attached image of what I want that does not appear.
    That cancel button in front of the purchase does not make sense. It should disappear or appear after paying.

    Captura

    #1259576

    Hi,
    Sorry for the late reply and thanks for the link and screenshot.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.woocommerce-checkout.woocommerce-order-pay #redsys_payment_form a.button.cancel{
    	display: none !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1260342

    Perfect.

    Tnks Mike

    Seeyou

    #1260355

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hidden button payment is by card’ is closed to new replies.