Fluorescent
Cornerstone
Cornerstone
  • Cornerstone Help Center
    • Start using Cornerstone
      • Migrate your theme
      • Theme licenses
    • FAQs
    • Video tutorials
    • Changelog
  • General
    • Editing themes
      • Adding sections
      • Using templates
      • Accessibility
      • Customizing your site
      • H1 heading tags
      • SEO for Shopify themes
      • Online store speed
    • Image guide
      • Web ready photography
      • Image sizes
      • File formats
      • Theme image settings
    • Adapting theme content
      • Edit default theme content
      • Multiple languages
      • Dynamic content with metafields
      • Unique content for markets
    • Update your theme
  • Theme styles
    • Theme settings
    • Style presets
      • Demo layouts
    • Colors
    • Fonts
    • Animation
  • Pages
    • Templates
      • Home page
      • Blog page
      • Blog posts
      • Collections list page
      • Contact page
      • Customer accounts
      • Password page
      • Search page
      • 404 page
    • Sections
      • Section styles
      • Content blocks
      • Blog posts
      • Collapsible row list
      • Collection list
      • Collection list buttons
      • Contact form
      • Countdown banner
      • Countdown bar
      • Featured collection
      • Featured collection with media
      • Featured product
      • Grid
      • Icon with text columns
      • Image hero
      • Media with content split
      • Multi-column
      • Newsletter
      • Newsletter compact
      • Overlapping media with content
      • Promotion grid
      • Quick links
      • Rich text
      • Sales banner
      • Scrolling content
      • Slideshow
      • Tabbed collections
      • Testimonials
      • Video hero
    • Popups
      • Sign up popup
      • Age verification
      • Countdown signup popup
      • Promotional popup
  • Header
    • Announcement bar
      • Language selector
      • Country selector
      • Social media icons
      • Announcements
    • Header
      • Logo
      • Layout and style
      • Mega navigation
      • Transparent header
    • Mobile menu
    • Search bar
  • Footer
    • Footer
      • Contact and social block
      • Links block
      • Logo block
      • Newsletter and social block
      • Text and image block
      • Language and currency
      • Payment icons
      • Custom liquid
  • Products
    • Product listings
      • Layout and style
      • Product card details
    • Product badges
    • Quick shop
  • Product pages
    • Product template
    • Layout and style
      • Media gallery
      • Sticky product details
      • Recommended products sidebar
      • Breadcrumbs
      • Navigation buttons
      • Gift card recipient form
    • Overview blocks
      • Product header
      • Description
      • Variant selector
      • Buy buttons
      • Share icons
      • Collapsible rows block
      • Complementary products
      • Custom option
      • Customer support block
      • Image block
      • Image with text block
      • Information popup
      • Product labels
      • Payments and trust
      • Stock level indicator
      • Text block
      • Text columns with icons
      • Text list with icons
      • App blocks
    • Variant options
      • Chips
      • Swatches
        • Enable swatches
        • Use default colors
        • Use custom colors
        • Use custom images
        • Change swatch styles
        • Show on product cards
        • Dynamic option availability
      • Sibling product swatches
      • Media grouping
    • Product recommendations
  • Collection pages
    • Collection template
    • Banner
    • Product grid
    • Filters and sorting
  • Cart
    • Cart page
    • Quick cart
      • Added to cart popup
    • Free shipping bar
    • Low inventory warning
    • Cross sells
  • Support
    • Support policy
    • Shopify vs Theme issues
    • Store access requests
  • For developers
    • Custom CSS
    • Custom fonts
    • Custom Liquid
    • Custom JavaScript events
    • Edit Theme JavaScript
Powered by GitBook
On this page
  • Set up payments and trust block
  • Advanced: Add or remove payment icons

Was this helpful?

  1. Product pages
  2. Overview blocks

Payments and trust

Last updated 3 months ago

Was this helpful?

In the Product template, you can add a Payments and trust block to display a payment and security message with icons of accepted payment methods.

Payment methods are a Shopify feature. Themes do not control which payment icons appear: see Shopify's to learn more or contact about payment icons.

Set up payments and trust block


Under Product overview, click (+) Add block and select Payments and trust. Use the drag-and-drop handles ⋮⋮ to re-order blocks.

Click the block to find settings for the layout, headings, and optional image.

STEPS

In your theme editor (Customize):

  1. Under Product overview, click (+) Add block and select Payments and trust.

  2. Click the new Payments and trust block to open the settings.

  3. Select which Column to display the Text block: Either the Right (in the product form) or on the Left (beneath the product media).

  4. Select the Alignment of the heading and text: Either Left, Center, or Right.

  5. (Optional.) Choose whether to Show payment icons.

  6. Change the Heading text for a title above your secure payments message.

    We recommend a short title of a few words.

  7. Select an Icon to display next to the heading.

    Select None at the top of the dropdown to remove the icon.

  8. Change the Text for a message about your secure payment methods.

  9. Select the Text size of the text: Either Small, Medium, or Large.

  10. Under Image, click Select image to upload an image or icon to display below the text.

    Use the Image size to increase or decrease the pixel width of your image.

  11. Choose to display the secure payments block as a Collapsible row.

    As a collapsible row, the products Expand by default. You can choose to disable this option.

    (Optional.) Change the Collapsible row title that appears as the toggle that opens the row when clicked.

  12. Click Save.

Advanced: Add or remove payment icons


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:

  1. Go to Online store > Themes.

  2. Find your current theme, then click the ... button and select Duplicate theme.

  3. On the duplicated theme, click the ... button and select Edit code.

  4. In the Snippets folder, click payment-icons.liquid to open the file.

  5. Find the following code:

{% for type in enable_payment_types %}

  1. Replace that code with the following code:

```liquid

{% assign enabled_payment_types = 'visa,master,american_express,paypal' | remove: ' ' | split: ',' %} {% for type in enabled_payment_types %}


</div>

7.  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](https://github.com/activemerchant/payment\_icons/tree/master/app/assets/images/payment\_icons). Copy the name but do not include `.svg`

<!---->

8. Click **Save**.
9. After testing, you can go to your Theme library to **Publish** the duplicated theme with your changes.

</details>

&#x20;
<br>

***

> **Related links**
>
> [Product template](../product-template.md)\
> [Product page blocks](./)

The block displays icons for accepted payment methods included in your payment gateway. See or contact about issues with 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 .

Shopify's Payments guide ↗
Shopify Support ↗
verified Fluorescent partner
Payments manual ↗
Shopify Support ↗