我正在考虑将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个插件,但'Pro'不提供订阅,而'Advanced'仅适用于美国,所以我有点卡住,需要查看备选方案。
任何帮助都将不胜感激。
答案 0 :(得分:0)
它存在PayPal Pro托管的插件:http://codecanyon.net/item/paypal-pro-hosted-solution-for-woocommerce/7360563
希望这会有所帮助!