How to add dynamic payment buttons in cart drawer?

Topic summary

After updating a Gecko-based custom theme, the cart drawer no longer shows the dynamic payment/checkout buttons that previously appeared beneath the main Checkout button. The request is to restore two dynamic buttons in that location (not three; PayPal previously didn’t fit).

A suggested fix added CSS in Assets > t4s-minicart.css to change font size and weight of cart/checkout buttons. This only adjusts styling and does not add dynamic checkout buttons.

The original poster clarified that the goal is specifically to display the dynamic checkout buttons (as shown in the older screenshot), not to modify button styles. Linked product page and before/after images are central to understanding the desired layout.

Status: Unresolved. The correct code or method to render dynamic payment/checkout buttons in the cart drawer after the theme update has not been provided. Open question: what implementation is needed to re-enable these buttons in the updated theme.

Summarized with AI on January 27. AI used: gpt-5.

Hi,

I previously had dynamic payment buttons in my cart drawer for my gecko custom theme. However the theme had to be updated and the code does not work anymore. If anyone knows what code is required to add this to the cart drawer: two dynamic payment/checkout buttons underneath the checkout button (3 is not needed as in picture as Paypal logo did not fit).

pawcopets.co.uk/calmingbed

Thank you :slightly_smiling_face:

Below is before (good) and now

Hello @thomasmrgn99

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->t4s-minicart.css>Add this code at the bottom.

#t4s-mini_cart .t4s-drawer__bottom .t4s-btn__cart, #t4s-mini_cart .t4s-drawer__bottom .t4s-btn__checkout {
     font-size: 16px !important;
    font-weight: bold !important;
}

Hi sir , I think this is the wrong instruction :disappointed_face:

I am trying to add the dynamic checkout buttons like circled

(this is old picture)