Does this work on purchased themes such as prestige theme? If so where do I enter this code above? Thanks
Topic summary
A Shopify store owner using the Sense theme 2.0 reported that the Klarna payment logo wasn’t displaying in their footer alongside other payment processors, despite Klarna being their highest-converting payment method.
The Solution:
A community helper provided a code fix that involved updating the footer section code, specifically moving the {% endschema %} tag to the correct position in the Liquid template. The solution required:
- Sharing the footer section code (found in Edit Code > Sections > Footer)
- Replacing it with corrected code that properly structures the schema section
- The fix worked across multiple themes including Sense, Prestige, and custom themes
Common Issues Encountered:
- Initial code implementation sometimes caused logos to display oversized
- Some users experienced “Duplicate entries for tag: schema” errors when the schema tag was incorrectly positioned
- The solution needed theme-specific adjustments
Resolution:
Multiple users confirmed the fix successfully resolved their Klarna logo display issues. The helper provided customized code solutions for different theme variations throughout the thread, with most users reporting successful implementation after applying the corrected footer code.