Page 1 of 1

Help with Welcome message

Posted: Thu Feb 09, 2012 12:13 am
by defiantclass
I have read all the posts I can find on removing the Welcome message in OC 1.5.0. I cannot seem to figure it out. The info I found relate to the Settings page, which does not seem to be the problem, or disabling the Welcome module, which I do not want to do. I need to know what page in the code the Welcome message is in and on which line(s) and how to remove/replace that bit of code.

Can anyone please help? Thank you

Re: Help with Welcome message

Posted: Thu Feb 09, 2012 12:19 am
by qahar
You still want to use welcome module but without the header?

You need to modificate catalog\view\theme\yourtheme\template\module\welcome.tpl

Re: Help with Welcome message

Posted: Thu Feb 09, 2012 1:52 am
by defiantclass
Ok, that's good, I have that file open now. But I'm not real sure what to do with it. I assume <?php echo $heading_title; ?> means to take whatever is in the Title field on the settings page? Let's say I don't want that, but want to enter another bit of text. How do I change this file to do that? Thank you!

Re: Help with Welcome message

Posted: Thu Feb 09, 2012 2:43 am
by defiantclass
Actually, I got it. Thank you