{"id":19007349,"date":"2026-08-31T11:07:47","date_gmt":"2026-08-31T11:07:47","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/buttons-not-displaying-2\/"},"modified":"2026-08-31T11:07:47","modified_gmt":"2026-08-31T11:07:47","slug":"buttons-not-displaying-2","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/buttons-not-displaying-2\/","title":{"rendered":"Buttons Not Displaying"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In Classic checkout, there&#8217;s only one radio button for Google Pay without a title and Paypal buttons are not displaying. In other installations, Google, Apple, and Paypal buttons are in the same gateway. It&#8217;s also not displaying the black credit card button. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This works on other sites to display the credit card button:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>add_filter( 'woocommerce_paypal_payments_override_acdc_status_with_bcdc', '__return_true' );<br \/>add_filter( 'pre_option_woocommerce_ppcp-card-button-gateway_settings', static fn() =&gt; &#091;] );<br \/>add_filter(<br \/>    'woocommerce_paypal_payments_sdk_disabled_funding_hook',<br \/>    static function( array $disable_funding, array $flags ) {<br \/>        if ( ( $flags&#091;'context'] ?? '' ) !== 'checkout' ) {<br \/>            return $disable_funding;<br \/>        }<br \/><br \/>        return array_filter(<br \/>            $disable_funding,<br \/>            static fn( string $funding_source ) =&gt; $funding_source !== 'card'<br \/>        );<br \/>    },<br \/>    100,<br \/>    2<br \/>);<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">When that code is disabled, advanced card processing comes up in a radio button, but it&#8217;s disabled in settings.<\/p>\n","protected":false},"template":"","class_list":["post-19007349","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/19007349","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/19007349\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=19007349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}