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

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

CRART
Excursionist
38 0 9

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

PixPin_2025-01-17_05-25-53.png

Accepted Solution (1)

pawankumar
Shopify Partner
762 111 129

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!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

View solution in original post

Replies 3 (3)

pawankumar
Shopify Partner
762 111 129

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!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
CRART
Excursionist
38 0 9

thanks

EstherBui
Trailblazer
276 39 44

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

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!