• Hello, I am setting up a course store in Woocommerce. Our website integrates Woocommerce with Learndash and we must create products that will be sold as courses. Although LearnDash has an option to configure Paypal, I need to configure paypal from woocommerce and I cannot find this option. It only shows:

    – Direct bank transfer
    – Payments by check
    – Cash on delivery

    I also have an extra plugin called WP Give (for donations) in which I have connected Paypal without problem.

    The page I need help with: [log in to see the link]

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

    (@abwaita)

    Hi @suriel27,

    If you’re using a new site with WooCommerce 5.5.0, then note that PayPal Standard is no longer displayed by default in WooCommerce → Settings → Payments.

    As per the relevant developer advisory, you could use our PayPal Payments extension. Alternatively, you can enable PayPal Standard using the following code:

    add_filter( 'woocommerce_should_load_paypal_standard', '__return_true' );

    * I recommend adding code via the Code Snippets plugin.

    Hope this helps.
    Thanks.

    Plugin Support abwaita a11n

    (@abwaita)

    Hi,
    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce does not show Paypal in the payment settings’ is closed to new replies.