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!