Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How to hide the dynamic checkout button in the shopping cart?《sense theme》
Solved! Go to the solution
This is an accepted solution.
Hi @CRART
You can comment or remove this code from main-cart-footer.liquid section
{%- if additional_checkout_buttons -%}
<div class="cart__dynamic-checkout-buttons additional-checkout-buttons">
{{ content_for_additional_checkout_buttons }}
</div>
{%- endif -%}
Please duplicate the theme to avoid any potential issues
Thanks!
This is an accepted solution.
Hi @CRART
You can comment or remove this code from main-cart-footer.liquid section
{%- if additional_checkout_buttons -%}
<div class="cart__dynamic-checkout-buttons additional-checkout-buttons">
{{ content_for_additional_checkout_buttons }}
</div>
{%- endif -%}
Please duplicate the theme to avoid any potential issues
Thanks!
thanks
Hi CRART
Those buttons come from a third-party app you installed. You can enable or disable the app, or you can check it in Customize.
Here is the detailed image: https://prnt.sc/PaSMX-48wmi0
Best,
Esther