Changing the breadcrumb 'Home' link to go to a different homepage

  1. Open the index.php file located in the root directory of the CS-Cart installation.
  2. Find the following line of code there:
    fn_add_breadcrumb(fn_get_lang_var('home'), $index_script);
  3. Replace it with this one:
    fn_add_breadcrumb(fn_get_lang_var('home'),"http://www.domain.com");

    where "http://www.domain.com" is your link.
  4. Save the file.

Noticed an error in the article or it is not clear enough? Any suggestions to improve it? Please let us know by filling in the feedback form. Click here.