Php WooCommerce使用Paypal Pro托管包集成结账

Php WooCommerce使用Paypal Pro托管包集成结账,php,wordpress,paypal,woocommerce,subscriptions,Php,Wordpress,Paypal,Woocommerce,Subscriptions,我正在考虑将Paypal签出集成到我的wooCommerce网站中,需要一些帮助,了解如何更改wooCommerce主题文件,以将Paypal express签出重定向到托管包 该网站位于英国,拥有英国贝宝账户,wooCommerce使用订阅 Paypal文档给出了以下示例代码: <form action="https://securepayments.paypal.com/cgi-bin/acquiringweb" method="post"> <input type="hi

我正在考虑将Paypal签出集成到我的wooCommerce网站中,需要一些帮助,了解如何更改wooCommerce主题文件,以将Paypal express签出重定向到托管包

该网站位于英国,拥有英国贝宝账户,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 Pro插件托管:

希望这会有帮助