How to remove "Downloads" from "My Account"?

I have scanned the forum but can’t find any posts regarding the “Download” at “My account” in v 2.0.4, which is strange.



My shop doesn’t sell downloadable goods and I want to remove/disable it from the menu. Obviously I simply can’t find where to do it and I would appreciate a push towards the right direction.



Cheers,

Kaj

I believe it is because some or at least one of your products are designated as “Downloadable”.



You will need to uncheck this when editing your products (option is at the bottom under the “General Tab”).

Thanks for the suggestion but I have gone through all the products but no-one is ticked off as a “downloadable product”. I’ve also removed the Download Key TTL from Appearance > General but all in vain - the menu option is still in “My Account”.

Hi,



myself have identical problem.







Thanks

Peter



contact@rosigroup.com

www.rosigroup.com

Try disabling attachements in MODS?

Might work.

[quote name=‘zeero6’]Try disabling attachements in MODS?

Might work.[/QUOTE]



That should work, but doesn’t. As far as I can tell, the way to strip that link out is edit the code in my_account.tpl



Glen

I saw that there. Also I removed the word downloads from the languages.

Left it blank without editing the my_accounts.tpl

[quote name=‘zeero6’]I saw that there. Also I removed the word downloads from the languages.

Left it blank without editing the my_accounts.tpl[/QUOTE]



I did the same and finally! the menu item disappeared!



Thanks all of you

You need to edit the my_account.tpl file found here:



YOUR_TEMPLATE/customer/blocks/my_account.tpl



and then make these changes.



Find around Line 13:



  • {$lang.downloads}




  • Change to:



    {*
  • {$lang.downloads}
  • *}




    This will comment out the downloads link in the my account block. Alternatively you could just delete this line.

    I know this is an old topic, but to help anyone who might find this topic, here is another suggestion for a fix:



    Instead of editing the cs-cart code, add a new file

    YOUR_TEMPLATE/customer/addons/my_changes/hooks/profiles/my_accounts_menu.override.tpl



    The file should contain:

    {hook name=“profiles:my_account_menu”}

    {if $auth.user_id}

  • {$lang.profile_details}


  • {else}

  • $return_current_url”|fn_url}{/if}” rel=“nofollow” class=“underlined”>{$lang.sign_in} / {$lang.register}


  • {/if}

  • {$lang.orders}


  • {/hook}



    This is an extract of my_account.tpl with the download item removed.



    Doing it this way keeps all your changes in one place and means your changes are less likely to be lost during an upgrade.

    Hi,

    I wish to remove Trac order module in My account. I delete the part of code in my_account_tpl, but all blocks under My account is gone.

    Any help please?



    F.Mayer

    YOUR_TEMPLATE/customer/addons/my_changes/hooks/profiles/my_accounts_menu.override.tpl



    [color=#282828][font=arial, verdana, tahoma, sans-serif]The file should contain:[/font][/color]

    [color=#282828][font=arial, verdana, tahoma, sans-serif]{hook name=“profiles:my_account_menu”}[/font][/color]

    [color=#282828][font=arial, verdana, tahoma, sans-serif]{if $auth.user_id}[/font][/color]

    [color=#282828][font=arial, verdana, tahoma, sans-serif]

  • {$lang.profile_details}
  • [/font][/color]

    [color=#282828][font=arial, verdana, tahoma, sans-serif]{else}[/font][/color]

    [color=#282828][font=arial, verdana, tahoma, sans-serif]
  • $return_current_url”|fn_url}{/if}” rel=“nofollow” class=“underlined”>{$lang.sign_in} / {$lang.register}
  • [/font][/color]

    [color=#282828][font=arial, verdana, tahoma, sans-serif]{/if}[/font][/color]

    [color=#282828][font=arial, verdana, tahoma, sans-serif]
  • {$lang.orders}
  • [/font][/color]

    [color=#282828][font=arial, verdana, tahoma, sans-serif]{/hook}[/font][/color]

    [color=#282828][font=arial, verdana, tahoma, sans-serif]I FOLLOWED THE STEPS ABOVE BUT NOTHING CHANGE[/font][/color]

    [quote name='wartornskull' timestamp='1244156492' post='49536']

    You need to edit the my_account.tpl file found here:



    YOUR_TEMPLATE/customer/blocks/my_account.tpl



    and then make these changes.



    Find around Line 13:



  • {$lang.downloads}




  • Change to:



    {*
  • {$lang.downloads}
  • *}




    This will comment out the downloads link in the my account block. Alternatively you could just delete this line.

    [/quote]



    This solution worked for me

    my_accounts_menu.override.tpl



    should be



    my_account_menu.override.tpl



    You have to log out and back in to see the changes.

    this does not work in cs-cart 3.0.2. Any sugestion how to disable this ?



    Thank you



    Never mind, works ok. Had to clear the cache.

    [quote name='wartornskull' timestamp='1244156492' post='49536']

    You need to edit the my_account.tpl file found here:

    YOUR_TEMPLATE/customer/blocks/my_account.tpl

    and then make these changes.

    Find:

  • {$lang.downloads}


  • Change to:

    {*
  • {$lang.downloads}
  • *}


    This will comment out the downloads link in the my account block. Alternatively you could just delete this line.

    [/quote]



    work like a charm in V3.6, thanks!

    The problem I have with using a hook that does an override is that it prevents other addons from appearing on that menu, like the links to Returns, Wish List and Reward Points.

    I simply edited the original template and commented out the line for the list item for downloads (and noted it in my documentation so I can reapply this change after an upgrade if necessary):


    thank you wartornskull! 8)

    I have products that require phone-in orders only, I have price set to zero with the price listed in the description. This causes a “Free Download” label to appear in product listing. How can I remove that? I don't want to completely disable Free Download as I do have downloadable documents in my shop. Thanks for any help.

    I wonder if this is a bug. We have no downloadable products and have not marked any product as such. Yet we cant find a normal way to remove this from 'my account'. Removing it from the template only works until the CS-Cart software is updated.