2013-11-03 30 views
0

我期待在PayPal支付融入我的wooCommerce网站,需要对在wooCommerce主题文件要改变什么重定向到PayPal快速结帐到主机包一点帮助。WooCommerce使用贝宝临托管包整合结账

该网站是基于与英国的贝宝帐户英国和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个插件,但'专业'不支持订阅和'高级'一个只针对美国,所以我有点卡住,需要寻找替代品。

任何帮助,将不胜感激。

回答