We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Useful scenarios are for showing payment receipts on BTCPay end or if the invoice has not expired yet for the customer to return to the invoice page.
See https://chat.btcpayserver.org/btcpayserver/pl/1ywbjj9t1bd4tkn694at7p7kth
The text was updated successfully, but these errors were encountered:
needs more work but the right hook to place it on the order page
function kekeromod_order_details_after_customer_details($order) { $url = $order->get_meta('BTCPay_redirect'); echo "<a href='$url'>$url</a>"; } add_action('woocommerce_order_details_after_customer_details', 'kekeromod_order_details_after_customer_details', 10, 1);
Sorry, something went wrong.
No branches or pull requests
Useful scenarios are for showing payment receipts on BTCPay end or if the invoice has not expired yet for the customer to return to the invoice page.
See https://chat.btcpayserver.org/btcpayserver/pl/1ywbjj9t1bd4tkn694at7p7kth
The text was updated successfully, but these errors were encountered: