To disable dynamic checkout buttons for products with fees:
App embed settings:
- In your Shopify admin, go to Online Store > Themes.
- Find your theme and click Customize.
- Click Theme settings.
- Go to the App embeds tab.
- Find Magical Fees and click to expand the settings.
- Make sure Hide dynamic checkout buttons when fees apply is turned it on.
- Click Save.
Product template:
- In your Shopify admin, go to Online Store > Themes.
- Find your theme and click Customize.
- Open the drop-down menu at the top of the page and select Product.
- Choose the product template used by products with fees.
- Select the Buy buttons block.
- Make sure Show dynamic checkout buttons is unchecked.
- Click Save.
Cart template:
- Navigate to Online Store -> Themes
- Click**... -> Edit code**
- Navigate to Sections -> main-cart-footer.liquid
- Find and remove the following block of code:{%- if additional_checkout_buttons -%} #{{ content_for_additional_checkout_buttons }} {%- endif -%}
- Click Save.
This will prevent customers from bypassing fees at checkout.
Always label deposits separately for compliance
Display bottle deposit fees as a clearly labeled, separate line item at checkout and on receipts. This meets regulatory transparency requirements, builds customer trust by showing exactly what they're paying, and makes it significantly easier to track deposits for reporting and audits. Use a clear label like "Bottle deposit" or "Container deposit (CRV)" so customers immediately understand the charge.
Originally from our Help Center