Create a digital product called Direct Contribution with a value of $1
Create an Open Hyperlink Button in Coda that sends customers to checkout directly to checkout.
Create a slider to determine the quantity of $1 contributions to use at checkout.
Construct your hyperlink formula to send the customer to checkout with their desired quantity.
Concatenate(
"https://[Shopify Store Domain]/cart/", // Your Store Link for Checkout
"[Shopify Product Variant Id]", // Variant Id of your $1 contribution product.
":",
[Slider for Contribution Amount].ToNumber() // The quality selector.
)
Want to print your doc? This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (