Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Design Team

    (@bngdesign)

    Hi @kkifer

    At the moment, we only have a work around to add them. In a future release, there will be a setting to allow you to manage different cards. For the time being, you can do the following:
    – under the payment gateway settings page (WooCommerce > Settings > Payments > NMI Gateway For WooCommerce), you can add html to the Description field to display the card images. you can use CSS to manipulate these images to a certain extent

    Copy this into the description field, and replace the placeholder with the url of your image:

    Screen Shots
    https://wootest2.wpengine.com/wp-content/uploads/2019/06/thumb-settings.png
    https://wootest2.wpengine.com/wp-content/uploads/2019/06/thumb-checkout.png

    Thread Starter kkifer

    (@kkifer)

    Thank you, that worked! My image is positioned on the right side (like your example), which is a little odd. Can I add some more HTML to align it to the left?

    Plugin Author Design Team

    (@bngdesign)

    @kkifer You will have to add some CSS to change the alignment, specifically the ‘style’ attribute:

    img src=”IMG URL” style=”float:left;”

    You can also change the size of the image using the same style attribute if needed. There are WordPress theme classes that cause the image to look a certain way, but by making the changes inline (using the style attribute), you can override these classes and apply them to your image. For more info, I’d look into CSS: https://www.bitdegree.org/learn/inline-css

    Hopefully this helps. Sorry about the delay in responding.

    Nate
    BNG Design

    • This reply was modified 5 years, 8 months ago by Design Team.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘show credit card icons’ is closed to new replies.