Home Forums WoodMart support forum Display Users or customers ID in Account page

Display Users or customers ID in Account page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32157

    abdullahja
    Participant

    Hello Dear,
    Is it possible to add the user’s id in account page?
    Best

    #32198

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    There is no such option by default so you will need to apply a bit of additional code customization to achieve it. You can copy the file wp-content/plugins/woocommerce/templates/myaccount/dashboard.php to the child theme folder (woodmart-child/woocommerce/myaccount/) and paste the code somewhere

    <p>
        <?php echo 'User ID - ' . get_current_user_id(); ?>
    </p>

    Kind Regards
    Xtemos

    #32201

    abdullahja
    Participant

    thanks a lot, great theme, great support, it’s working now …
    Best Regards.

    #32206

    Artem Temos
    Keymaster

    You are welcome, we are always happy to help you, write us when you have any difficulties or issues with our theme.

    And we would be glad if you will rate our theme with 5 stars on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads

    Thank you in advance 🙂

Tagged: 

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

The topic ‘Display Users or customers ID in Account page’ is closed to new replies.