Thursday, August 30, 2012

How to remove Powered By OpenCart


Goto : catalog>view>theme>default>template>common

and edit footer.tpl

comment the line

<div id="powered"><?php echo $powered; ?></div>

with this

<!-- <div id="powered"><?php echo $powered; ?></div> //-->