commercebuild Success Portal commercebuild Success Portal

  • Home
  • Submit a Ticket
  • Updates
  • Login
  • Contact Us
Home / Tutorials / How To Add Credit Card Logos to Payment Method Checkout Step

How To Add Credit Card Logos to Payment Method Checkout Step

1135 views Less than a minute 0

Many of our payment methods offer you the ability to add credit card logos to the payment method checkout step.

To see if the payment method activated on your site allows you to add credit card logos:

  1. Navigate to System > Payment Settings, and select Edit next to your enabled payment method.
  2. Select Edit for the account name to which you’d like to add your logos
  3. Locate the CC Thumbnail section. If it’s there, upload your logos as a single image, and you’re done! If you do not see a CC Thumbnail section, continue reading.

No CC Thumbnail? Use CSS

If your payment method does not allow you to upload the logos, you can add your credit card logos with some CSS:

#payment-form .cc::before {
    content: url(https://support-theme-update.commercebuild.com/wp-content/uploads/2020/12/ccs.png);
}

Create and Upload Logos Image

You will need to create your credit card logos image. We recommending not making it wider than 300 pixels. Once you have it, upload your credit card image to your store, and replace the URL above with the URL provided.

Add CSS to Custom CSS

You are now ready to add the CSS to your Custom CSS. To do this, go to System > Modules > Custom CSS and paste the CSS code above to the bottom of the code editor, like so:

To confirm the change has been made, navigate to your checkout and view the credit cards in the Payment Method section.

webstore Tutorials

About Bradly Hale

View all posts by Bradly Hale →

Related Articles

  • How to Enable reCAPTCHA on Custom Forms
  • Adding a custom message to the shipping step at checkout
  • How to configure Stripe as a payment method
  • SQL Server Change Tracking Query for Sage 300 and X3

Popular Articles

  • Enable Firewall Rules and a JavaScript Browser Challenge 2247 16
  • Enable Cloudflare Rate Limiting 2134 0
  • How to Add a JavaScript Snippet 1994 8
  • IP Allowlist 1945 0
  • Signing up for Cloudflare and Configuring Your Domain 1812 4

New Articles

  • Error when adding a new user: Email is already in use 676 0
  • How to Check commercebuild Payments Version 913 0
  • How to Enable reCAPTCHA on Custom Forms 820 0
  • Manually posting an order 971 0
  • Adding a custom message to the shipping step at checkout 785 0
© commercebuild 2022. All rights reserved.