Community Forums

change breadcrumb home links

Community created contributions & mods for OpenCart 1.x

change breadcrumb home links

Postby nick03 » Sat Jun 23, 2012 6:03 pm

hi,
how can I change the link to the homepage on the breadcrumb?

now is:index.php?route=common/home
I would remove it all and have only: /

logo and menu link i have changed by changing catalog/controller/common/header.php
Code: Select all
$this->data['home'] = $this->url->link('common/home');

in
Code: Select all
$this->data['home'] = '/';


but for all other links as I do?

thanks and sorry for my english (google translate helped me :P )
nick03
 
Posts: 18
Joined: Sat Apr 09, 2011 11:14 am

Re: change breadcrumb home links

Postby florinsith » Mon Jun 25, 2012 6:15 am

You would have to edit a lot of files to do that. You should better just create a rewrite for common/home , either directly in the htaccess or by following some of the tutorials on how to add seo keyword for routes or use some extension like this one: http://www.opencart.com/index.php?route ... order=DESC
User avatar
florinsith
 
Posts: 2694
Joined: Thu May 13, 2010 6:36 pm

Re: change breadcrumb home links

Postby nick03 » Mon Jun 25, 2012 6:38 am

if I create a rule in the htaccess the links are still indexed from search engine (google) as:
index.php?route=common/home

right?
nick03
 
Posts: 18
Joined: Sat Apr 09, 2011 11:14 am

Re: change breadcrumb home links

Postby florinsith » Mon Jun 25, 2012 9:28 pm

if its a rewrite, no, that would happend if it would be a redirect I think.
User avatar
florinsith
 
Posts: 2694
Joined: Thu May 13, 2010 6:36 pm


Return to Free Contributions

Who is online

Users browsing this forum: No registered users and 12 guests

Hosted by Arvixe Web Hosting