I've searched the forum for this, but no luck. I'd like to move the welcome message, since mine is short, to the right side of the page. Maybe make it something other than welcome. I've done this already for the search feature, but I'm not too sure how to properly make this change. Does anyone know the correct pages and changes I'd need to make? Thanks.
Files involved are:
catalog\controller\common\home.php
catalog\controller\common\layout.php
catalog\view\theme\default\template\common\home.tpl
catalog\view\theme\default\template\common\layout.tpl
1. Open home.php and CUT the following code out of it.
2. Put the cut code into layout.php controller file. Put it around line 20 after the ... $this->document->breadcrumbs...
3. Open the layout.tpl file
Add the following just inside the right column. The column looks like ...<div id="column-right">...
4. Open the home.tpl file and delete the welcome code.
Delete You can delete the h1 tags as well or pull the latest products heading up.
Delete
Tidy up as you see fit... hope this helps.
catalog\controller\common\home.php
catalog\controller\common\layout.php
catalog\view\theme\default\template\common\home.tpl
catalog\view\theme\default\template\common\layout.tpl
1. Open home.php and CUT the following code out of it.
Code: Select all
$this->data['welcome'] = html_entity_decode($this->config->get('config_welcome_' . $this->language->getId()));
3. Open the layout.tpl file
Add the following just inside the right column. The column looks like ...<div id="column-right">...
Code: Select all
<?php echo $welcome; ?>
Delete
Code: Select all
<?php echo $heading_title; ?>
Delete
Code: Select all
<div><?php echo $welcome; ?></div>
http://www.alreadymade.com
Follow me on twitter.com/alreadymade
Who is online
Users browsing this forum: No registered users and 5 guests