Page 1 of 1

[SOLVED] Heading Title Issue

Posted: Fri Sep 22, 2017 2:21 am
by rrzvv
Hello people,

I noticed that my heading title is "Cart" instead of "Page Title", on every page that have a heading title, for example : Account Details, Downloads, Order History, Affiliates, etc... anything.
Is there a way to solve this ?

Re: [SOLVED] Heading Title Issue

Posted: Fri Sep 22, 2017 6:59 pm
by rrzvv
Figured out !!!!

modify in /system/config/catalog.php at the end find

Code: Select all

	//),
	'controller/*/after'  => array(
		'event/debug/after'
	)
	
modify in

Code: Select all

	//),
	//'controller/*/after'  => array(
		//'event/debug/after'
	//)

Re: [SOLVED] Heading Title Issue

Posted: Wed Feb 28, 2018 3:25 pm
by Goodie
Works like a charm, thank you so much!

Re: [SOLVED] Heading Title Issue

Posted: Thu May 10, 2018 3:50 pm
by loroverde
It also has worked for me! I was getting the "Search" title in some of my pages. Now all titles are right!

Re: [SOLVED] Heading Title Issue

Posted: Wed Sep 26, 2018 12:49 am
by vaughnchill
Oh my goodness, thank you!!! I was looking and trying everything to fix this.

Re: [SOLVED] Heading Title Issue

Posted: Mon Jul 05, 2021 5:04 am
by StepKov
Thanks :) :) :) .