Post by ahmedash95 » Wed Oct 15, 2014 7:19 pm

hello

i'm a new opencart user

i tried to develop a template but when i use the welcome function in my footer.tpl it doesn't echo any thing

Newbie

Posts

Joined
Wed Oct 15, 2014 7:17 pm

Post by Cue4cheap » Thu Oct 16, 2014 6:18 am

ahmedash95 wrote:hello

i'm a new opencart user

i tried to develop a template but when i use the welcome function in my footer.tpl it doesn't echo any thing
Are you trying to Echo out "Welcome" or a variable called welcome with text in it?
One would be
<?php
echo "welcome";
?>
the other would be
<?php
echo $welcome;
?>
Reference: http://php.net/manual/en/function.echo.php

Mike

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by ahmedash95 » Thu Oct 16, 2014 4:12 pm

thank's it worked successfully

i just need to call the $welcome function in model/common/footer.php

Newbie

Posts

Joined
Wed Oct 15, 2014 7:17 pm
Who is online

Users browsing this forum: No registered users and 3 guests