• Resolved erbelle

    (@erbelle)


    With last update in my account page there is a new empty section called “PayPal Payments” with mysite/ppcp-paypal-payment-tokens address, what is it? How can remove it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @erbelle,

    This page is used to manage vaulted tokens, but it should not be visible when there are no stored tokens for the user account or when vaulting is not enabled in the first place.
    After a user vaulted a payment method, they could remove the connection with their PayPal account from this page for example.
    We will look into this further, thanks for the info.

    Kind regards,
    Niklas

    Plugin Support Syde Joost

    (@joostvandevijver)

    Hello @erbelle

    we had a similar report last week and we have already opened a feature request to have this hidden when:
    1) No PayPal accounts have been stored.
    2) Card Processing has been deactivated.

    I will link your thread to this feature request, so you will be updated once we have a fix available for this.

    Kind regards,
    Joost

    • This reply was modified 3 years, 5 months ago by Syde Joost.
    • This reply was modified 3 years, 5 months ago by Syde Joost.
    Thread Starter erbelle

    (@erbelle)

    Good, thank you

    Plugin Support Syde Joost

    (@joostvandevijver)

    No problem @erbelle
    for now, I will mark this thread as resolved, but you will still get updated once we get any solution available for you. Hope you don’t mind.

    Kind regards,
    Joost

    Plugin Support Syde Joost

    (@joostvandevijver)

    Hello @erbelle

    In another thread, I was provided with a piece of code that might help you remove this tab from the account tabs. Add the following lines to the style.css

    li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens {
    	display:none;
    }
    .wd-my-account-links .ppcp-paypal-payment-tokens-link {
    	display:none;
    }

    Hopefully, this helps you until we get this feature adjusted in a future update.

    Kind regards,
    Joost

    • This reply was modified 3 years, 3 months ago by Syde Joost.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PayPal Payments in My Account’ is closed to new replies.