php - How To Change Footer Power By And Add Store Name -


i new opencart,i trying change store name in footer.

please answer me fast.

go catalog/view/theme/default/template/common/footer.tpl

<div class="container-fluid bottom-footer"> <div class="container">   <div class="row">     <div class="col-sm-12 text-center">       <p>copyright 2016. cartridgewala.com. rights reserved.</p>     </div>     <div class="col-sm-12 text-center">     <p><img src="<?php echo 'image/weaccept.png'; ?>" title=" " alt=" " class="img-responsive" style=" display:inline-block" /></p>      </div>   </div> </div> 


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -