Page 1 of 1

wishlist change?

Posted: Sun Dec 25, 2011 1:28 am
by Nettus
Hey, How is everyone?

How can you change the add to wishlist to add to rental list?

Great little feature where admins can login to customer panels and see the wishlists

Re: wishlist change?

Posted: Sun Dec 25, 2011 2:37 am
by straightlight
Assuming you'd use a module, it would be in your catalog/language/english/module/account.php file where:

Code: Select all

$_['text_wishlist']    = 'Wish List';
could be changed to:

Code: Select all

$_['text_wishlist']    = 'Rental';

Re: wishlist change?

Posted: Sun Dec 25, 2011 6:59 am
by Nettus
Thank you

I've managed to do it on the header, main products page, account and footer :)