I am trying to remove the “Taxes included, Shipping calculated at checkout” text from my store. I have attempted the following:
Edited the default theme language in Online Store → Themes → Edit Languages, removing or leaving the relevant fields blank.
Checked and modified Liquid files (cart-footer.liquid, main-cart-footer.liquid, cart-drawer-footer.liquid) in the code editor.
Attempted to hide the text using CSS.
Despite these attempts, the text still appears on the cart page and product pages, and I am unable to remove it. It seems the text may be generated dynamically by JavaScript or other theme functionality.
I need guidance on how to completely remove this message without affecting the cart functionality.
Not every store shows that message so I think you’re right on, it’s being generated by your theme or some other JavaScript (eg an app). You’re going to need to share your store public URL for anyone to troubleshoot this eg example.com/cart. The public URL may or may not be enough depending on what is loading the text