Post by right43 » Thu May 07, 2009 4:38 pm

Hi all,

I find that opencart is very good. But one problem i encountered is that the webpage doesn't show constant title. I am doing an ecommerce shop so a constant web title is important... pls teach me how to change... thanks ;D

Newbie

Posts

Joined
Thu May 07, 2009 4:33 pm

Post by breakingstuff » Sat May 09, 2009 4:00 pm

If you are using default go to catalog >view > theme > default > common
open the layout.tpl in whatever you use to edit code.

There should be the line of code

Code: Select all

<title><?php echo $title; ?></title>
Erase <?php echo $title; ?> and enter your title.

Newbie

Posts

Joined
Sat May 09, 2009 1:15 am

Post by Qphoria » Sat May 09, 2009 9:45 pm

breakingstuff wrote: Erase <?php echo $title; ?> and enter your title.
Well you don't want to erase the title... you just want to put your store name next to it

<?php echo $title . " :: My Store"; ?>

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by right43 » Mon May 11, 2009 8:54 am

Thanks for the help, i successfully changed the title

Newbie

Posts

Joined
Thu May 07, 2009 4:33 pm
Who is online

Users browsing this forum: No registered users and 201 guests