Hey there! I’m setting up a store for services (customer sends a shoe, we resole it and ship back) therefore I need a custom payment process.
We work by editing an order when the shoe arrives at our workshop. This creates an outstanding order for the order (which had value 0 at the first checkout).
The problem: A payment link is sent with the invoice of the order (“Pay now”). This link is created by the variable {{ checkout_payment_collection_url }}} on the standard email. The status page however does not provide a payment option (it’s only possible to see that the order has been updated)
Shopify makes available the {{ checkout_payment_collection_url }} variable which works on standard emails but does not work at the checkout page script.
Have someone solved this in the past? Is there a way to form the payment URL from order variables? Thanks in advance!
