I could not find any documentation that shows how to customize the native shopify tip code in a custom checkout.lua for shopify plus users. Is there a way to access and customize the tip? I was hoping to set the tip to default to a certain amount, and only display when Delivery is selected via the Zapiet app, which would trigger via the code below
{% if checkout.attributes['Checkout-Method'] == "delivery" %}
Insert code to Show shopify tip options, and default to first selection rather than None