Display Users or customers ID in Account page
-
Hello Dear,
Is it possible to add the user’s id in account page?
Best
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
thanks a lot, great theme, great support, it’s working now …
Best Regards.
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 🙂
The topic ‘Display Users or customers ID in Account page’ is closed to new replies.