WooCommerce My Account Page
-
Hi,
I just want to ask, for WooCommerce plugin, what is the best way to add line break to the part where it says:
Hello albert (not albert? SIGN OUT). From your account dashboard you can view your recent orders, manage your shipping and billing addresses and EDIT YOUR PASSWORD AND ACCOUNT DETAILS.
We want to make it like:
Hello albert (not albert? SIGN OUT).
From your account dashboard you can view your recent orders, manage your shipping and billing addresses and EDIT YOUR PASSWORD AND ACCOUNT DETAILS.
It looks quite simple but the html goes like this:
<p class="myaccount_user"> Hello <strong>albert</strong> (not albert? <a href="https://ourdomain/my-account/customer-logout/">Sign out</a>). From your account dashboard you can view your recent orders, manage your shipping and billing addresses and <a href="https://ourdomain/my-account/edit-account/">edit your password and account details</a>.</p>
The content of the page goes like this:
[woocommerce_my_account]
We are using Vantage theme.
I am thinking of just hiding the whole paragraph and just replace it on the page contents. What do you think guys?
- The topic ‘WooCommerce My Account Page’ is closed to new replies.