Hi,
I created a new file named “manage.tpl” in customer/views/profiles/ but the breadcrumbs don’t display. Someone know if i must add something in my code ?
I wish to develop an transitional page where i can display all controls buttons
Cordialy
For people looking for that:
you must edit the file in controllers
controllers/common/profiles.post.php
and add where you want for exemple :
fn_add_breadcrumb(fn_get_lang_var(($mode == ‘add’) ? ‘new_profile’ : ‘editing_profile’));