Home Forums WoodMart support forum Paypal Payments – My Account

Paypal Payments – My Account

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #326682

    fjagsantos
    Participant

    Hi!

    I’m getting a “PAYPAL PAYMENTS” module / block showing up on “My account” page that I need to hide.
    I’ve managed to hide the “DOWNLOADS” by removing the endpoint from WOOCOMMERCE -> SETTINGS -> ADVANCED, but I cannot find the place to remove Paypal Payments

    #326760

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Regards.
    Xtemos Studios.

    #326777

    fjagsantos
    Participant

    Hi Aizaz,

    Unfortunately that code does not seem to work..

    #326802

    Hello,

    Please replace the previous Custom CSS with the following.

    li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens {
        display: none !important;
    }

    If the issue still occurs then provide the login details of the website.

    Best Regards.

    #326859

    fjagsantos
    Participant

    Did not work
    Credentials for the website bellow

    Thanks for your help

    #326908

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards.

    #327035

    fjagsantos
    Participant

    Perfect! Thanks!

    #327096

    Hello,

    We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day.
    So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Paypal Payments – My Account’ is closed to new replies.