我在WooCommerce上使用WordPress。我们安装了一个第三方付款插件来处理付款。
第三方插件通过其“下订单”按钮在iframe的<iframe></iframe>
中动态插入一个html element
<iframe src="https://checkout-eu.playground.klarna.com/12345/checkout.html#%7B%22ORDER_URL%22%25">
<html>
<body>
<button>Place Order</button>
</body>
</html>
</iframe>
“下订单”按钮将发布请求发送到外观类似于此https://checkout-eu.playground.klarna.com/yaco/orders/any_hash
的外部网址您知道如何检测POST request
是否通过jQuery完成吗?任何帮助表示赞赏。谢谢
我发现的原因是在完成POST请求后停止重定向页面,然后仅在同一页面上显示收据