View Single Post
  #5  
Old 10-01-2015, 04:41 AM
  GlasPak's Avatar 
GlasPak GlasPak is offline
 

eXpert
  
Join Date: May 2015
Posts: 241
 

Default Re: Powered By X-Cart - Footer

Quote:
Originally Posted by seyfin
As for the default "Powered by..." text, it is displayed using this default template file:

skins/default/en/powered_by.tpl

If you need to change the wording, you can create a custom copy of this template file, using "Custom skin" module:

skins/custom_skin/default/en/powered_by.tpl

Then change the default line of code:

Code:
<p class="powered-by-label">{getMessage():h}</p>

for example to:

Code:
<p class="powered-by-label">{t(#Powered by X-Cart Business#)}</p>

Thanks! I did it via Theme Tweaker since I had already edited the "powered_by.tpl" to include a Trademark name in there too.

Edit: I added a SSL license image and it messed up the footer on the mobile website.
__________________
Business License
https://glaspak.com
GoDaddy VPS - Apache with WHM
2GB ECC DDR3 1600MHz
2x Intel E5-2630L v2 Hex Core 2.4/2.8ghz
15 MB proc cache
60 GB 10k RPM hdd
PHP 7.0.15
MariaDB 10.1.21 with InnoDB engine
Reply With Quote