Page 1 of 1

Changing the title of Wish List and Compare

Posted: Sat Mar 30, 2013 6:59 pm
by Phil_L
hello,

would someone please give me a clue how to change the title fo wish list and compare, is it in the language files?

I just want to add "make a list" and "Compare" rather than the default.

many thanks in advance,

P

Re: Changing the title of Wish List and Compare

Posted: Mon Apr 01, 2013 6:38 am
by GoGo OpenCart
.../catalog/language/your_language/account/wishlist.php

.../catalog/language/your_language/product/compare.php

Re: Changing the title of Wish List and Compare

Posted: Tue Apr 02, 2013 12:54 am
by Phil_L
@gogo,

many thanks, but nope.

It's the titles on the product page (box) Add to Wish list (box) Add to Compare

a mod I have installed has changed them and it's gone ugly. So, I'd like to shorten them!

if any one could shed some light on this, it'd be most appreciated!

P

Re: Changing the title of Wish List and Compare

Posted: Tue Apr 02, 2013 2:19 am
by GoGo OpenCart
Can you attach a screenshot...?

Re: Changing the title of Wish List and Compare

Posted: Tue Apr 02, 2013 2:29 am
by Phil_L
fixes.jpg

fixes.jpg (9.63 KiB) Viewed 2651 times

you can see, that's the front end, on the home page. The titles, are well, too long for the space allocation with that font size. Yes. the easy thing is to drop the font size back, alas, too far along now - and that's the last thing to "fix"

this is in regard to the "Wish List" and "Comparison" words.

many many thanks!

Re: Changing the title of Wish List and Compare

Posted: Tue Apr 02, 2013 2:42 am
by GoGo OpenCart
Ok then, that should be in this language file:

Code: Select all

.../catalog/language/english/english.php
Search for this:

Code: Select all

$_['button_compare']        = 'Add to Compare';
$_['button_wishlist']       = 'Add to Wish List';

Re: Changing the title of Wish List and Compare

Posted: Tue Apr 02, 2013 4:04 am
by Phil_L
sorted!

I dunno why I didn't look in that file, or maybe I did, but there wasn't the exact words in the .php...

ah well, many many thanks...

all looks "Pretty" now... :)

P

Re: Changing the title of Wish List and Compare

Posted: Wed Nov 06, 2013 10:46 am
by Counting Pounds
Are there any other files that store these definitions ? I've edited the following files, which are in the language/english directory, updating entries for wishlist to "make a list"

account.php wishlist.php header.php and english.php

Mostly got what I want, but on the header it still shows "wish list" until I add something to it, when it changes to my text of "make a list", so another file must be involved. Also, when you go into the users account, it still says "wish list".

Re: Changing the title of Wish List and Compare

Posted: Thu Nov 07, 2013 5:37 pm
by Rharris
I changed the account.tpl in Catalog>View>Theme>Your Theme>Template>account. Changed the wishlist quote in that file and also changed it on the common folder and header.tpl and all is working fine for me. Hope that helps