This topic has 10 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #88050
     presto
    Participant

    Hi,

    Can someone please help me remove the link to the store that appears on the woocommerce my account page? (Image attached)

    I would like to keep the ‘My Subscriptions’ section. I would prefer to simply remove that entire sentence but if that’s not possible another alternative I would be okay with is changing the ‘store’ link.

    Thanks so much!
    Angela

    Attachments:
    You must be logged in to view attached files.
    #88154
     Radu
    Moderator

    Hi,

    Please provide a dummy account and page URL where that sentence appears, then i will provide you a css that will hide that message.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88193
     presto
    Participant
    This reply has been set as private.
    #88309
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    p.no_subscriptions {
        display: none !important;
    }
    

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88372
     presto
    Participant

    That’s awesome Radu! Thank you!

    1. Is there a simple way for me to place a message there for people who don’t have a subscription? OR a way to not display the ‘My Subscriptions’ header if they don’t have a subscription?

    2. I created a new test user account and added them to a membership plan without a subscription. On this same admin page there is a ‘cancel’ button next to the membership. Our membership plans are paid in full so I would like to eliminate the possibility of someone accidentally canceling their access. Can you please tell me how I can remove that ‘cancel’ button?

    I’ll post the account info in another message so this question can be viewed by others who might have the same question.

    #88373
     presto
    Participant
    This reply has been set as private.
    #88615
     Radu
    Moderator

    Hi can you check please ?

    COPY CODE
    
    ERROR: The password you entered for the username leancoachtest is incorrect. Lost your password?
    

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88682
     presto
    Participant

    Hi Radu,

    The PW was changed over the weekend. My apologies for that. It’s reset back to that PW now.

    Thank you,
    Angela

    #88772
     Radu
    Moderator

    Hi,

    1. Hide ‘My Subscriptions’ heading

    COPY CODE
    
    .woocommerce_account_subscriptions {
        display: none;
    }
    

    2. Hide the cancel button

    COPY CODE
    
    .woocommerce td.membership-actions a.cancel {
        display: none !important;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #88951
     presto
    Participant

    Radu, thank you very much. Have a great rest of the week!

    Angela

    #89035
     Radu
    Moderator

    Hi,

    Thank you

    Have a nice week to !

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 11 posts - 1 through 11 (of 11 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?