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?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
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
thank's it worked successfully
i just need to call the $welcome function in model/common/footer.php
i just need to call the $welcome function in model/common/footer.php
Who is online
Users browsing this forum: No registered users and 3 guests