Changes On My_Account.tpl Won't Take Place

Hi,

It's a fairly self-explanatory issue. I edit my_account.tpl file through the admin interface, clear chache through admin.php?cc&ctpl but the changes I made never happen. I edit the file of the template that I am using.

I am just trying to add new links there.

Hi,

It's a fairly self-explanatory issue. I edit my_account.tpl file through the admin interface, clear chache through admin.php?cc&ctpl but the changes I made never happen. I edit the file of the template that I am using.

I am just trying to add new links there.


Try to delete /var/cache folder in CS-Cart installation folder

Tried now, made no difference.

Tried now, made no difference.

Maybe you have an add-on that overrides that particular template?

Vote for addon. Try to disable 3rd party modules one by one

Hello!

You can also search for add-on overrides in files. There might be overrides/blocks/my_account.tpl file or hooks/profiles/my_account_menu.override.tpl file in the add-on directory. Please do not forget to check responsive theme as well.

There is no override folder in files and I also tried editing my_account.tpl in responsive theme; it was no help. I can't try disabling 3rd party add-ons although I don't use much add-ons; the theme I use breaks. How could an add-on effect this file if there are no overrides?

If you have shell access try:

# cd design/themes
# find */templates -print0 | xargs -0 grep 'my_account.tpl\|my_account_menu.override.tpl'

It should show you if you have any addons/X/overrides/blocks/my_account.tpl files or any hooks for the my_account_menu that are overrides rather than pre/post.

Maybe the section of the file you are trying to edit is overridden by Hooks. Search for template files inside Hooks folder of your addons.

PM me temporary access, we will try to help you