user dashboard (front page)

Posted in: Newspaper
Post count: 21

Hello

When a user consults their account via their dashboard (frontend), they see the subscription section as well as billing data in their account details. Could you tell me how to remove these sections.

Thank you so much

Post count: 35449

Hi,
For that you need to use a custom css like this one:
.tds_my_account .tds-san-item-wrap:nth-child(3),
.tdw-wml-menu-list li:nth-child(3){
display: none;
}

Set the code in Theme Panel-> Custom Code -> Custom Css.

Thank you

Post count: 21

Thank you very much

Post count: 64

Hi Calin

How do I adjust this code so in Dashboard, billing details are not mandatory (or removed altogether is better). Because billing details are under any active subscriptions anyhow. If Users want to change juts profile picture for example, billing details are mandatory right now. Thanks

Post count: 35449

Hello,
What you can do is to edit the page checkout page and enabled the option for “disable from” – https://i.imgur.com/NdrUxKX.pnghttps://i.imgur.com/5psuLwS.png
I hope this will help you!
Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.