Hello, dear sirs!
Im trying to remove subj. And need universe mind help. I
m using 3.0.6
- Remove
- {$lang.downloads} from basic/customer/blocks/my_account.tpl and refresh with &cc. doesn`t help!
- Trying to override with hook at basic/customer/addons/my_changes/hooks/profiles/my_account_menu.override.tpl
with
{hook name=“profiles:my_account_menu”}
{if $auth.user_id}
{if $user_info.firstname || $user_info.lastname}
- {$user_info.firstname} {$user_info.lastname}
- {$user_info.email}
- {$user_info.user_login}
- {$lang.profile_details}
- {$user_data.firstname} {$user_data.lastname}
- {$user_data.email}
- {$user_data.user_login}
- {$lang.orders}
- {$lang.view_compare_list}{if $compared_products} ({$compared_products|count}){/if}
{else}
{if $settings.General.use_email_as_login == 'Y'}
{else}
{/if}
{/if}
{elseif $user_data.firstname || $user_data.lastname}
{elseif $settings.General.use_email_as_login == 'Y' && $user_data.email}
{elseif $settings.General.use_email_as_login != 'Y' && $user_data.user_login}
{/if}
{assign var=“compared_products” value=“”|fn_get_comparison_products}
{/hook}
Doesnt help.
Please I broke my head to make this working as needed.