Payment icons
Enable Payment icons to display a row of supported payment methods.
The theme automatically displays icons for the payment options enabled in your Shopify admin, depending on your customer's region and currency. Payment methods are a Shopify feature. See Shopify's Payments manual to learn more.
Advanced: Add or remove payment icons
Our support does not cover custom code. These steps are offered only as a reference. For assistance, we recommend reaching out to a verified Fluorescent partner.
If you are familiar with coding, you can edit the payment-icons.liquid file to add or remove payment icons that are displayed.
When editing theme code, always duplicate your current theme and use the unpublished theme copy to test your changes before publishing.
STEPS
From your Shopify admin:
Go to Online store > Themes.
Find your current theme, then click the
...button and select Duplicate theme.On the duplicated theme, click the
...button and select Edit code.In the Snippets folder, click
payment-icons.liquidto open the file.Find the following code:
Replace that code with the following code:
Edit the payment type values to change which icons are displayed. Separate each value with a comma.
The default list is
visa,master,american_express,paypal. Find all available payment values. Copy the name but do not include.svgClick Save.
After testing, you can go to your Theme library to Publish the duplicated theme with your changes.
Last updated