Can you help how to remove terms and conditions checkbox from the page using Ella theme
Topic summary
A user seeks to remove the terms and conditions checkbox from their product pages using the Ella theme.
Initial Approaches Suggested:
- Check theme customization settings for an option to disable the checkbox
- Use CSS to hide it (though this may cause issues if the field is mandatory)
- Locate and modify liquid template files like
product-footer.liquidorcomponent-product.liquid
Key Technical Point:
Simply hiding the checkbox with CSS won’t work—the “Add to Cart” button remains blocked until the checkbox is checked. The code itself needs to be removed or disabled.
Resolution:
The user successfully resolved the issue by navigating to:
Product > Theme settings > unchecking “terms and conditions checkbox”
This built-in theme setting properly disables the feature without requiring manual code editing or creating potential checkout issues.
@RivaajEthnic - please open this product page in customize settings and check if you have an option to remove this terms and conditions, using css it can be hidden but then may create an issue if it is mandatory
If you can’t do it using the CMS customization option, try removing it from your liquid template. Do you have product-footer.liquid or component-product.liquid? Look for the “productView-checkbox” class.
Hi
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEEThanks!
It’s not enough to just hide it. the “Add to Cart” button remains blocked until the checkbox is checked. He needs to remove the code snippet, not just style it.
Unable to find product-footer.liquid or component-product.liquid but i see Halo term condition popup.liquid.
Is it the right one? I see the below code in Halo term condition popup.liquid
{{ 'sections.term_condition' | t }}
Shall i delete this file?
I see the below code in one of the liquid files. Shall i remove the below code?
@RivaajEthnic - go to customize settings, open product page in it and disable show global checkbox , this will remove it, do not alter the actual theme code
Thanks all, I found it under Product > Theme settings > unchecked terms and conditions checkbox.
@RivaajEthnic - perfect, please accept any of yours or ours message as a solution