I need the specials to be seen in menubar, how can I fix that.
I know you all busy and having other problems, but if you could put a little solution for me I would be

I use v 1.5...
Br
Jamppe
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Hi labeshops.labeshops wrote:Search for my post on customizing the menu bar. It's been discussed several times. You basically can add any links you want to the menu section in your template common > header.tpl
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Thanks, but then I cant use the different language to the link?labeshops wrote:Just do it as a simple link..
<li><a href="/index.php?route=product/special">Specials</a></li>
or whatever page you want to link to and whatever name you want to give it.
For Multilanguage:Jamppe wrote: ↑Thu Mar 15, 2012 2:30 amThanks, but then I cant use the different language to the link?labeshops wrote:Just do it as a simple link..
<li><a href="/index.php?route=product/special">Specials</a></li>
or whatever page you want to link to and whatever name you want to give it.
Is there any solution for that?
Jamppe
ALSO HAVE TO ADD IN CONTROLLER OF HEADER.PHP:
Code: Select all
$data['text_special'] = $this->language->get('text_special');
$data['special'] = $this->url->link('product/special');
Code: Select all
$this->data['text_special'] = $this->language->get('text_special');
$this->data['special'] = $this->url->link('product/special');
Code: Select all
$_['text_special'] = 'Product Specials';
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Users browsing this forum: No registered users and 3 guests