-
Author
-
November 19, 2015 at 00:50 #88050prestoParticipant
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!
AngelaAttachments:
You must be logged in to view attached files.November 19, 2015 at 19:16 #88154RaduModeratorHi,
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 solutionNovember 20, 2015 at 16:35 #88309RaduModeratorHi,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODEp.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 solutionNovember 20, 2015 at 22:28 #88372prestoParticipantThat’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.
November 23, 2015 at 15:37 #88615RaduModeratorHi can you check please ?
COPY CODEERROR: 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 solutionNovember 23, 2015 at 21:29 #88682prestoParticipantHi Radu,
The PW was changed over the weekend. My apologies for that. It’s reset back to that PW now.
Thank you,
AngelaNovember 24, 2015 at 15:41 #88772RaduModeratorHi,
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 solutionNovember 25, 2015 at 06:57 #88951prestoParticipantRadu, thank you very much. Have a great rest of the week!
Angela
November 25, 2015 at 18:00 #89035RaduModeratorHi,
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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.