Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Adding thirdparty Payment Icon in Footer for Shopify 2.0 (Broadcast theme)

Adding thirdparty Payment Icon in Footer for Shopify 2.0 (Broadcast theme)

Raza58
New Member
4 0 0

I would like to add payment icons in the Footer.I have third party payment integration(PhonePe) with my Shopify 2.0(Broadcast theme) store which doesn't show payment icon by default. I followed another thread having the same question but it is not applicable for Shopify 2.0.

https://community.shopify.com/c/technical-q-a/why-don-t-my-payment-icons-show-up-in-footer-settings/...

 

For your info,  I am not able to see any text called 'payment' in 'footer.liquid' but i have below snippet in section-'supporting-menu.liquid'

 

 {%- if section.settings.footer_payment_enable -%}
      {%- unless shop.enabled_payment_types == empty -%}
        <div class="supporting-menu__item supporting-menu__item--payment">
          <ul class="supporting-menu__payment payment-icons inline-list">
            {%- for type in shop.enabled_payment_types -%}
              <li>{{ type | payment_type_svg_tag: class: 'payment-icon' }}</li>
            {%- endfor -%}
          </ul>
        </div>
      {%- endunless -%}
    {%- endif -%}

 

I would like to add these icons with text like 'Your payment is secure with us'.

Appreciate your help on this

 

 

Replies 0 (0)