How to switch from Dynamic Checkout to default buttons in Concept Theme?

Topic summary

A user working with the Concept Theme wants to replace Dynamic Checkout buttons (PayPal, Shop Pay) with default “Buy Now” buttons.

Technical Context:
The user has included a code snippet from their buy buttons implementation, though the code appears garbled or reversed in the post.

Current Status:
The question remains unanswered with no solutions or guidance provided yet. The user is seeking specific instructions on how to modify their theme settings or code to disable dynamic checkout options and revert to standard purchase buttons.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

Hello,

How can I change the Dynamic Buttons to the default Buttons (Buy now) instead of using Dynamic Checkouts like PayPal or ShopPay?

I use the Concept Theme

My buy buttons code:

    assign show_dynamic_checkout = false
    if block.settings.show_dynamic_checkout and gift_card_recipient_feature_active == false
      assign show_dynamic_checkout = true
    endif
  -%}

Thanks for the effort!