Shopify themes, liquid, logos, and UX
Can you help how to remove terms and conditions checkbox from the page using Ella theme
https://www.rivaajethnic.com/products/dress
Solved! Go to the solution
This is an accepted solution.
Thanks all, I found it under Product > Theme settings > unchecked terms and conditions checkbox.
@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
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.productView-groupItem {
display: none !important;
}
</style>
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
<div class="halo-popup halo-term-condition-popup halo-popup-topDown" data-term-condition-popup id="halo-term-condition-popup">
<div class="halo-popup-wrapper">
<div class="halo-popup-header">
<button type="button" class="halo-popup-close clearfix" data-close-term-condition-popup aria-label="{{ 'general.common.close' | t }}">{% render 'icon-close' %}{{ 'general.common.close' | t }}</button>
<h5 class="halo-popup-title text-center">{{ 'sections.term_condition' | t }}</h5>
</div>
<div class="halo-popup-content halo-popup-scroll custom-scrollbar">{{settings.global_checkbox_content}}</div>
</div>
</div>
Shall i delete this file?
I see the below code in one of the liquid files. Shall i remove the below code?
<div class="productView-groupBottom">
{%- if settings.show_global_checkbox -%}
<div class="productView-groupItem">
{%- if settings.show_global_checkbox -%}
<div class="productView-checkbox global-checkbox">
<input class="global-checkbox--input" type="checkbox" name="conditions" id="product_conditions_sticky_{{ product.id }}" data-target="#product-checkout-sticky-{{ product.id }}">
<label class="global-checkbox--label form-label--checkbox" for="product_conditions_sticky_{{ product.id }}">{{ settings.global_checkbox_text }}</label>
{%- if settings.global_checkbox_link_text != blank -%}
<button type="button" data-term-condition>{{ settings.global_checkbox_link_text | escape }}</button>
{%- endif -%}
</div>
{%- endif -%}
</div>
@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
This is an accepted solution.
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
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024