Brooklyn theme

Hi Gabe!
Solution / addenum:

in timber.scss.liquid on line 3477 - right at the bottom of the file - this has to be set to

.additional_checkout_buttons .dynamic-checkout__content {
display: block;
}

instead of:
.additional_checkout_buttons .dynamic-checkout__content {
display:none !important;
}

and in cart.liquid commented:
{% comment %}
{% if additional_checkout_buttons and settings.cart_type != ‘drawer’ %}

{{ content_for_additional_checkout_buttons }}
{% endif %} {% endcomment %}

Now Express Payment buttons work on checkout page and don’t show on cart page, which is crucial if you have to rely on a delivery date.

Best regards,
Walter