开发者 |
woocommerce
automattic inpsyde syde paypal |
---|---|
更新时间 | 2025年10月20日 21:47 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 |
版权网址: | 版权信息 |
You’ve come to the right place. Our documentation for WooCommerce PayPal Payments includes detailed setup instructions, troubleshooting tips, and more.
To start, review our troubleshooting tips for answers to common questions. Then, if you need further assistance, get in touch via the official support forum. Please report bugs via GitHub or the official support forum. You can request (or vote for) new features on our feature request board.
First, diagnose the issue using our troubleshooting guide. If you notice an error after updating an extension or theme, there could be a compatibility issue. We recommend running a conflict test using Health Check (which allows you to disable themes and extensions without affecting your live store) or testing via a staging site.
Yes! WooCommerce PayPal Payments can be used with WooCommerce Subscriptions and PayPal Subscriptions. You can also use Vaulting to save customers’ payment methods for future transactions. Review our subscriptions FAQ.
Yes! WooCommerce PayPal Payments offers experimental support for Cart and Checkout Blocks. Review our Blocks FAQ.
Yes! Review our feature previews FAQ for more details.
Yes, you can! Join our GitHub repository. If you like this extension, please leave a review on WordPress.org or WooCommerce.com — your valuable feedback is appreciated.
billing-agreements/agreement-tokens
with checking the capabilities for Reference Transactions #3495INVALID_REQUEST
error due to wrong landing_page
value after upgrade to 3.0.7 #3521application_context
in favor of experience_context
object #3431
NOTE: If you were modifying the application_context
object programmatically, you may need to update your code to utilize experience_context
for your customizations.Function _load_textdomain_just_in_time was called incorrectly.
notice #2816DEVICE_DATA_NOT_AVAILABLE
error message when FraudNet is enabled #1177WooCommerce\PayPalCommerce\Vendor\
prefix for the container/modularity namespaces in your code,
that is Psr\Container\ContainerInterface
becomes WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface
,
and Dhii\Modular\Module\ModuleInterface
becomes WooCommerce\PayPalCommerce\Vendor\Dhii\Modular\Module\ModuleInterface
.thankyou_order_received
filter usage #899WP_Debug
is turned on/true. #66