Hello @ericwong07
Please follow these steps to share your system status report with us:
- Navigate to the
WooCommerce / Status section in your site’s admin panel.
- Click on the
Get system report button and then click Copy for support.
- Paste the report into our PrivateBin.
- After uploading, please share the link here so we can review the details thoroughly.
We are waiting for your system reports to proceed with the analysis.
Kind regards,
Krystian
Hello @ericwong07
To remove Pay Later you can disable it programmatically by adding the following filters to your site. You can use a plugin like Code Snippets or place them in your theme’s functions.php file:
add_filter('woocommerce_paypal_payments_product_buttons_paylater_disabled', '__return_true');
add_filter('woocommerce_paypal_payments_buttons_paylater_disabled', '__return_true');
After adding the code, make sure to clear your site’s cache and browser cache to ensure the changes take effect.
Let us know if this resolves the issue for you or if you need further assistance. For now I will mark it as resolved.
Kind regards,
Krystian