简体   繁体   English

WooCommerce使用Paypal Pro Hosted软件包集成结帐

[英]WooCommerce using Paypal Pro Hosted package to integrate checkout

I'm looking at integrating the Paypal checkout into my wooCommerce site and need a little help on what to change in the wooCommerce theme files to redirect the Paypal express checkout to the hosting package. 我正在考虑将Paypal结帐集成到我的wooCommerce网站中,并且需要一些关于wooCommerce主题文件中更改内容的帮助,以将Paypal Express结帐重定向到托管程序包。

The website is UK based with a UK Paypal account and the wooCommerce uses subscriptions. 该网站位于英国,拥有英国Paypal帐户,wooCommerce使用订阅。

The Paypal documentation gives this example code: 贝宝文档提供了以下示例代码:

<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>

I'm just not sure if I can change the wooCommerce to use the above instead of what it does currently? 我只是不确定是否可以更改wooCommerce以使用上述内容而不是当前的内容?

wooCommerce offer 2 plugins but the 'Pro' one doesn't support subscriptions and the 'Advanced' one is only for the US, so I'm kind of stuck and need to look at alternatives. wooCommerce提供2个插件,但是“ Pro”一个不支持订阅,而“ Advanced”一个仅适用于美国,因此我有点受阻,需要研究其他选择。

Any help would be appreciated. 任何帮助,将不胜感激。

It exists a plugin for PayPal Pro Hosted : http://codecanyon.net/item/paypal-pro-hosted-solution-for-woocommerce/7360563 它存在一个针对PayPal Pro Hosted的插件: http : //codecanyon.net/item/paypal-pro-hosted-solution-for-woocommerce/7360563

Hope this will help! 希望这会有所帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM