How to hide the dynamic checkout button in the shopping cart?《sense theme》

How to hide the dynamic checkout button in the shopping cart?《sense theme》

Hi @CRART
You can comment or remove this code from main-cart-footer.liquid section

{%- if additional_checkout_buttons -%}
                
                  {{ content_for_additional_checkout_buttons }}
                

              {%- endif -%}

Please duplicate the theme to avoid any potential issues

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

thanks