A Shopify store owner using the Dawn theme wanted to customize the cart drawer by removing the price display and replacing it with custom text about free shipping, centered between the dynamic buttons and the tax/shipping information.
Initial Solution Attempt:
B2Bridge provided code to replace the tax-note section in snippets/cart-drawer.liquid
This approach removed the bottom shipping text, which wasn’t the desired outcome
Final Working Solution:
Insert custom text (<small>Your text here.</small>) before the tax-note section in the cart-drawer.liquid file
Keep the original tax-note code intact to preserve the shipping/tax information at the bottom
This positions the custom free shipping message between the checkout buttons and the existing tax/shipping details
Status: Resolved - the user confirmed the updated code worked as intended.
Summarized with AI on November 1.
AI used: claude-sonnet-4-5-20250929.
I’m looking to remove the price only and center the estimated total text in the middle that instead says Free shipping on orders over (amount) or remove both and add normal text that says (free shipping ect.) on dawn theme for desktop and mobile
Tried it but it removed the text from the bottom shipping (ect) text. I used the code you made from before to remove the estimated cost and price could you make a code where you can just add text in between the dynamic buttons and price and taxes text?