WooCommerce使用PayPal专业托管包来集成结帐


WooCommerce using Paypal Pro Hosted package to integrate checkout

我正在考虑将PayPal结帐集成到我的wooCommerce网站中,并且需要一些帮助来更改wooCommerce主题文件中的内容,以将PayPal快速结帐重定向到托管包。

该网站位于英国,拥有英国PayPal帐户,wooCommerce使用订阅。

PayPal文档提供了以下示例代码:

<form action="https://securepayments.paypal.com/cgi-bin/acquiringweb" method="post">
<input type="hidden" name="cmd" value="_hosted-payment">
<input type="hidden" name="subtotal" value="50">
<input type="hidden" name="business" value="HNZ3QZMCPBAAA"> <input type="hidden" name="paymentaction" value="sale"> <input type="hidden" name="return" value="https://yourwebsite.com/receipt_page.html">
<input type="submit" name="METHOD" value="Pay"> </form>

只是不确定我是否可以更改 wooCommerce 以使用上述内容而不是它目前的功能?

wooCommerce 提供 2 个插件,但"专业"插件不支持订阅,而"高级"插件仅适用于美国,所以我有点卡住了,需要寻找替代方案。

任何帮助将不胜感激。

它存在一个插件 PayPal 专业版 托管:http://codecanyon.net/item/paypal-pro-hosted-solution-for-woocommerce/7360563

希望这会有所帮助!