• Resolved jonathanlp

    (@jonathanlp)


    Hello good afternoon

    I have a query, when I go to the woocommerce settings (payments) I don’t have the standard paypal option. I am using a paid template but I no longer have support … As a matter of fact, the woocommerce plugins install it through a suggested plugins option that the theme brings. My queries are:
    * Is there a possibility to enable this functionality from somewhere without having to install a plugin?
    * If I uninstall the woocommerce plugins (currently installed) and install it directly from /wp-admin/plugins.php ?. Do I lose everything that I already had loaded (orders, products, etc)?

    I have installed wordpress 5.7 and woccommerce 5.6

    Thank you very very much

    Greetings

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @jonathanlp,

    Thanks for your questions.

    As explained further this developer advisory, PayPal Standard is no longer shown by default in new WooCommerce installations. In its place, we recommend using our PayPal Payments extension.

    Is there a possibility to enable this functionality from somewhere without having to install a plugin?

    Yes, if you’d wish to enable PayPal Standard, you can use the following code:

    add_filter( 'woocommerce_should_load_paypal_standard', '__return_true' );

    For adding code to your site, it’s advisable to use the Code Snippets plugin.

    If I uninstall the woocommerce plugins (currently installed) and install it directly from /wp-admin/plugins.php ?. Do I lose everything that I already had loaded (orders, products, etc)?

    Normally, when you uninstall WooCommerce, only the plugin is deleted but your settings and other data (orders, products, etc) persist in a database. It takes an additional destructive step to delete everything. We’ve explained further in this guide – https://docs.woocommerce.com/document/installing-uninstalling-woocommerce/#uninstalling-woocommerce.

    * Note that you do not have to uninstall WooCommerce if the intention is to enable PayPal Standard. The above-shared method should work just fine.

    Thread Starter jonathanlp

    (@jonathanlp)

    Hi @abwaita

    Thank you very much for your answers, I will review how they work for me and I will answer how it went in case someone else has the same doubts.

    Regards

    Thread Starter jonathanlp

    (@jonathanlp)

    Hi @abwaita

    It works as indicated, the problem that I get now is when validating the payment with paypal, I will open the pop-up requesting the data (sandbox), I enter them and everything is fine but it claims me for the recaptcha, it tells me Please solve Captcha correctly . Do you have any idea why it tells me this since the recaptcha was selected when pressing the paypal button?

    Regards

    Plugin Support Joash

    (@joashrajin)

    Hi @jonathanlp ??

    Just to confirm, do you mean that you’re unable to get through the reCAPTCHA despite solving it?

    If so, could you share a screenshot with an example that shows us what is happening? You can use https://snipboard.io for sharing screenshots – please follow the instructions on the page, then paste the URL in this chat.

    It would also help if you could test how it behaves on a different browser and to confirm if PayPal Standard was setup correctly, as outlined here.

    Let me know how it goes ??

    Hi @jonathanlp

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘woocomerce sin paypal estandar’ is closed to new replies.