Page 1 of 1

Welcome module position

Posted: Sun Jun 03, 2012 7:12 am
by kk_29
Hi.I want to put a welcome module to a custom position in product page by editing product.tpl.I know where to enter code but dont know code itself.So what code should i enter?

Re: Welcome module position

Posted: Sun Jun 03, 2012 8:06 am
by dirtboy
you know you can use the default welcome module and place in on product pages, content top, bottom, right or left. you dont have to deal with the product.tpl

Re: Welcome module position

Posted: Sun Jun 03, 2012 9:24 am
by kk_29
I have to place it somewhere outside content top, bottom, right or left.

Re: Welcome module position

Posted: Tue Jun 05, 2012 5:14 am
by kk_29
No one knows?

Re: Welcome module position

Posted: Sun Jul 22, 2012 6:34 pm
by ad1984
Hi this line of code:

Code: Select all

<div>
<?php 
	$welcome = $this->config->get('welcome_module'); 
	echo html_entity_decode($welcome[1]["description"][1]);		
?>
</div>