• As

    (@ashukarwar)


    Hello,

    please let me know how can i change the content of Account Overview>Dashboard.
    where it says

    Hello Bob Mike (not Bob Mike? Log out)

    From your account dashboard you can view your recent orders, manage your shipping and billing addresses and edit your password and account details.

    Can i use other plugin Shortcode there or any php script to pull plugin and wordpress data.

    Thank You.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Thread Starter As

    (@ashukarwar)

    sorry i newbie have checked the links but i cannot able to add the other plugin generated Shortcodes
    example : {CUSTOM_FIELD_NAME}

    how can i add such codes so the dashboard takes information from the plugin Shortcodes.

    Thank You.

    Thread Starter As

    (@ashukarwar)

    Hi,

    Any one answer Please.

    Thank you.

    Jumping into this topic as it hasn’t been resolved since a long time. So, basically what you need to is:

    1. Copy /wp-content/plugins/woocommerce/templates/my-account/dashboard.php file (or download from Github).

    2. Make a /wp-content/themes/YOUR-ACTIVE-THEME/woocommerce/myaccount directory structure. Ignore this step if the directory already exists.

    3. Upload the dashboard.php to myaccount directory, then you can edit the file to make any changes.

    4. Take a coffee break ??

    The reason why we’re creating a copy instead of editing right there is to retain our changes from future updates.

    Let me know if you’ve any questions.

    Here is a better solution so you dont need to change it with every time you update the plugin

    download the loco plugin
    find the words you want to edit and edit it on the mo files

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How To Change content of Account Overview>Dashboard’ is closed to new replies.