Yes dearecartz wrote: ↑Tue May 24, 2022 12:57 pm Are you missing https://github.com/CE-PhoenixCart/Phoen ... .sql#L1139
You'd have to check the hooks table in the database to see. Or maybe admin > Modules > Hooks
Hook ID 86 in my screenshot
Yes dearecartz wrote: ↑Tue May 24, 2022 12:57 pm Are you missing https://github.com/CE-PhoenixCart/Phoen ... .sql#L1139
You'd have to check the hooks table in the database to see. Or maybe admin > Modules > Hooks
Hi dear;ecartz wrote: ↑Tue May 24, 2022 12:57 pm Are you missing https://github.com/CE-PhoenixCart/Phoen ... .sql#L1139
You'd have to check the hooks table in the database to see. Or maybe admin > Modules > Hooks
I did this in the LANGUAGE FILE:radhavallabh wrote: ↑Tue May 24, 2022 11:17 am it only shows the Store Page title on pages like shopping_cart.php
Hi dear;burt wrote: ↑Tue May 24, 2022 5:31 pmI did this in the LANGUAGE FILE:radhavallabh wrote: ↑Tue May 24, 2022 11:17 am it only shows the Store Page title on pages like shopping_cart.php
22222.jpg
Which outputted this on the shopping_cart page:
111111.jpg
Code: Select all
class Template extends oscTemplate {
protected $_title= TITLE;Hi dear;
Dear @ecartz
Hi dear @ecartz ;
In get_title, tryradhavallabh wrote: ↑Thu May 26, 2022 6:41 am On the set_title function I get as below for print_r(get_defined_vars())-
Array ( [title] => Radha Krishna Spiritual Store )
On the get_title function it returns empty when I use get_defined_vars()
I get as below when I try to echo and get_defined_vars() for $title in the same get_title function.
Array ( [title] => )
Code: Select all
echo "get_title[{$this->_title}]";Code: Select all
error_log($this->_title);Code: Select all
print_r($this);