Hi there
I have the same problem.
Can you help me?
Payment icons in the Brooklyn theme footer were not displaying despite being enabled and code edits attempted. Initial advice suggested enabling icons via the theme editor and manually listing payment methods in footer.liquid, but this did not resolve the issue.
Resolution: A collaborator found the payment icon rendering block had been wrapped in an HTML comment () in Sections/footer.liquid (approx. lines 228–295), which prevents Liquid/HTML from rendering. Removing the comment in a duplicate theme (“Copy of Brooklyn by PeanutButter”) restored the icons.
Refinement: Icons were centered and an unwanted “arrow” was removed; screenshots confirmed the corrected layout. To go live, the user was advised to either publish the fixed theme copy or copy the updated Sections/footer.liquid into the live theme.
Follow-ups: Multiple users reported similar problems. One noted CoinPayments (Bitcoin, Ether, Dogecoin) icons initially showed but later disappeared without code changes; their footer.liquid lacked the typical loop (for shop.enabled_payment_types) and only conditionally set show_payment_icons, seeking help. No confirmed fixes for these later cases.
Notes: Screenshots were central to illustrating the issue and the final layout.
Hi there
I have the same problem.
Can you help me?