JSGP1
1
Hello, the payment logos on my site have suddenly disappeared, only the PayPal logo remains.
I don’t know when or why.
I tried deactivating/activating them in the theme editor, deactivating/activating stripe, but nothing happened.
https://f1947f-2.myshopify.com/
Merci d’avance,
Hi @JSGP1 ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Edit code
Step 2: Go to footer.liquid, add 2 comments before and after the code in the screenshot and then replace it with other code.
Here is the code:
{% assign enabled_payment_types = 'visa,master,american_express,paypal' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}
Here is a related link for your reference: https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-vintage-themes/add-credit-card-icons
Hope this can help!
Best,
Daisy