Tag: afterpay

  • add afterpay icon bigcommerce cornerstone stencil theme

    open /templates/components/common/payment-icons.html then replace with below code <span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span> {{#with theme_settings}} {{#or show_accept_amex show_accept_discover show_accept_mastercard show_accept_paypal show_accept_visa}} <div class=”footer-payment-icons”> {{#if show_accept_amex}} <svg class=”footer-payment-icon”><use xlink:href=”#icon-logo-american-express”></use></svg> {{/if}} {{#if show_accept_discover}} <svg class=”footer-payment-icon”><use xlink:href=”#icon-logo-discover”></use></svg> {{/if}} {{#if show_accept_mastercard}} <svg class=”footer-payment-icon”><use xlink:href=”#icon-logo-mastercard”></use></svg> {{/if}} {{#if show_accept_paypal}} <svg class=”footer-payment-icon”><use xlink:href=”#icon-logo-paypal”></use></svg> {{/if}} {{#if show_accept_visa}} <svg class=”footer-payment-icon”><use…