• How can we rename the “Download” button on the right hand side of the download endpoint screen shot? We renamed the area on the left from Downloads to Streaming & Downloads and wish to rename the button to “Start”.

    Endpoint where I want to rename the download button on the right hand side

    Thank you for your help community!

    VRMatthew
    NSFW (metaversexxx.com)

Viewing 1 replies (of 1 total)
  • Thread Starter vrmatthew

    (@vrmatthew)

    I found out how to edit. Just look for downloads.php in public_html/wp-content/plugins/woocommerce/templates/myaccount and look for:

    $actions = array(
    ‘download’ => array(
    ‘url’ => $download[‘download_url’],
    ‘name’ => __( ‘Download’, ‘woocommerce’ )

    Change the The last “Download” above to whatever you like. Make sure you backup first. I use my CPanel File Explorer, download to my PC for backup, then make changes, save, and then refresh the downloads endpoint page via /account.

    Hope this helps another.

Viewing 1 replies (of 1 total)
  • The topic ‘Downloads Button in Account Area’ is closed to new replies.