How to add Trust Badge Payment Icon on Shopify in Debutify Theme

Payment Icon Trust Badge on Shopify

Trust badges on Shopify stores can help build customer confidence and increase conversion rates. They serve as visual reassurance that your store is safe and reliable. By displaying these badges, you can significantly reduce cart abandonment rates.

1. Go to your Shopify Admin Dashboard > Edit Code.

2. Open the product-template.liquid file under the Snippets folder

Find the following code inside the product-template.liquid file

                            <span data-product-add-to-cart-text>
                              {%- liquid
                                if current_variant.available
                                  echo 'products.product.add_to_cart' | t
                                else
                                  echo 'products.product.sold_out' | t
                                endif
                              -%}
                            </span>
                          </span                         
                        </button>

3. Paste the following Sale Badge code just below the code mentioned above.

<div class="custom-trustbdg" style="margin-top: 15px;">
  <img src="" alt="trustbadge" loading="lazy">
</div>              

4. After pasting the code, save the file to display the discount percentage badge on the Shopify product page.

👉 Video Guide for Trust badge