I try to add a birthdate field in the Woocommerce Checkout form, then save it as a user meta. I can display it with the code below but i can’t save it in order to see it in the user profile page. Answer Here is the complete code that will display billing birthdate in checkout, in My account Addresses, In
Tag: account
How to change all my account endpoints urls in WooCommerce
I’m using Woocommerce Version 4.8.0 I have a problem with my account page I want to change all the URLs like the image down below: I have found on stackoverflow the solution for it but the code change only one URL not all of them Any help? Answer All related endpoints slugs can be found on WooCommerce settings > Advanced
Replace WooCommerce storefront search box for guests by a custom button
On woocommerce storefront header, for not-logged users, I want to replace the search box area with 2 gold bootstrap buttons: “Login”, “Register” (like the stackoverflow landing-page header), to send guests to my customized login/register urls. With your help I have this PHP and CSS snippets that work fine to hide the search box for no-logged users, but I don’t know
Change field label text on Woocommerce login form
This Question is similar to Rename username label on woocommerce login page I am trying to change the Label “Username or email address” to “Your registered email address” I am trying to do this without modifying the form-login.php template file. So far I tried the below code: However, I understand that gettext is very resource intensive function and I was
Changing the titles on My Account pages in Woocommerce
I’ve seen loads of example of how to re-order / change the navigation and page with the WooCommerce my account dashboard. But i can’t for the life of me work out how to change the main titles for each section (My Account, Orders, Downloads, Addresses etc). I’ve searched through the templates but no joy. I’ve tried using conditional php comments
Displays Woocommerce My Account Orders instead of Dashboard
I am trying to make it so that the url.com/my-account or the shortcode [woocommerce_my_account] displays the orders instead of the dashboard that displays “Hello User (not user)?”. The only thing I have is for after logging in which redirects to the orders instead of the dashboard, but I then going to the /my-account still displays the dashboard which I don’t
Add value to custom column on customer’s orders page in woocommerce
I was trying to add new column to the orders page of the customer’s recent orders table, the new column should show the details of the product like product name & description. Tried different …
WooCommerce – Remove downloads from menu in my account page
I would like to remove downloads menu from my account page. How can I do this? Is it any hook to remove a specific item from the menu? Thanks. Answer Go to WooCommerce > Settings > Advanced and remove the entry for Downloads in the Account endpoints section, just leave it blank. And the menu will not be visible anymore.