• Resolved ahmadscb

    (@ahmadscb)


    Hello Everyone,
    Kindly i want to add payment icons to my checkout page.. There is only (2checkout logo) which is the payment gateway..

    Is there anyway to replace this (2checkout logo) with professional payment icons (Visa, Master, American, maystro… Etc)

    Am using woocommerce with flatsome theme

    Thanks
    Ahmad

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Thu P. a11n

    (@thup90)

    Hi there,

    Is there anyway to replace this (2checkout logo) with professional payment icons (Visa, Master, American, maystro… Etc)

    This would require some customization to remove the 2checkout logo and add the payment icons. You could remove the 2checkout logo with some CSS, something like this:

    .wc_payment_method payment_method_twocheckout img {
    display: none;
    }

    To add the images to the page, you could look into adding the images before the terms and conditions checkbox. This thread had a similar requirement (it added checkboxes instead of images) which can help get you started: https://stackoverflow.com/questions/48783221/add-custom-checkout-fields-below-the-terms-and-conditions-in-woocommerce

    For assistance with customization with your site, I recommend reaching out to someone on our Customizations page https://woocommerce.com/customizations/.

    Hi @ahmadscb

    Just wanted to check-in with you on this to see if the suggestions we had offered you in the previous reply guided you in the right direction.

    Since we haven’t heard from you in a while, I’m going to mark this topic as Resolved. Let us know if you keep running into troubles. You can either reply here to follow-up with the same problem, or create a new thread to report your troubles to us.

    All the best!

    Thread Starter ahmadscb

    (@ahmadscb)

    I asked someone from fiverr app to do the job.. And you can consider it resolved. Thanks

    Glad to hear that you had that solved, @ahmadscb! Cheers!

    Feel free to open a new thread here if you have questions. 🙂

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

The topic ‘Adding Payment icons to checkout page’ is closed to new replies.