Some of you may have noticed that in the checkout of Shopify, once a customer has chosen a payment method, such as credit card, the icon of this payment method is displayed twice on the confirmation page. We at wallee, are aware of this issue, and have tried to find a generic solution for all merchants using Shopify, however, this has been proven a little difficult. At the same time, there is a workaround solution.
To integrate, the following snippet needs to be included in the Additional scripts
. This can be configured in the Checkout settings of your Shopify store.website.myshopify.com/admin/settings/checkout
<style>
.payment-method-list__item:nth-child(2) {display: none;}
</style>
Comments
0 comments
Please sign in to leave a comment.