1. When I am going on manufacturer page the title on the top of my page is "Specials".
2. The same title "Specials" I get on the last step when I make an order.
How can I change these titles?
Code: Select all
$_['heading_title'] = 'Find Your Favorite Brand';
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Δημοφιλή
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Still, looks like your template overrides the normal setting there.
normally it is displayed in:
catalog/view/your_theme/template/product/manufacturer_list.twig
via:
Code: Select all
<h1>{{ heading_title }}</h1>
catalog/controller/product/manufacturer.php
Code: Select all
$this->load->language('product/manufacturer');
so better contact those "theme" guys.
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
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'
//)
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Users browsing this forum: No registered users and 1 guest