How can I remove a footer bug from my website pages?

Topic summary

  • Footer displays a persistent message: “3 payments of RM0.00 with atome” on all pages. The site owner wants to remove it.

  • A reply suggests the message likely originates from a third‑party app or widget, not the core theme. The recommended step is to inspect the bottom of the theme.liquid file and share its code if help is needed.

  • theme.liquid is Shopify’s main layout file where global scripts/widgets are commonly injected. The message references Atome (a buy‑now‑pay‑later service) and RM (Malaysian Ringgit), indicating a misconfigured payment widget showing a zero amount.

  • Status: unresolved. Next actions: check theme.liquid’s footer area for embedded app code/snippets related to Atome and remove or correct them, or provide the file’s code for further guidance.

Summarized with AI on January 9. AI used: gpt-5.

Hi guys!

My website is https://malayanwolfpack.com/

At the very bottom of the page footer , there is a bug that says 3 payments of RM0.00 with atome.

I would need some guidance on how I could get that deleted as it appears on all pages.

Thank you

Hello @malayanwolfpack ,

Seems it belongs to an app or a widget you are using.
I suggest check at the bottom in the theme.liquid or share the theme.liquid code.

Thanks