to completely remove the powered by find this file catalog > view > theme > YOUR THEME > template > common > footer.tpl
find this line of code near the bottom and remove it or comment it.
to make the powered by say something else find this file catalog > language > your language > common > footer
find this line of code
and change it to say whatever you want it to say
find this line of code near the bottom and remove it or comment it.
Code: Select all
<div id="powered"><?php echo $powered; ?>
find this line of code
Code: Select all
$_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
“Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The greatest thing in life is to keep your mind young.”
- Henry Ford
thanks for the info on this thread.. i have two stores however and it is not taking effect on my second store. it works on the default. where should i look to delete this footer? thanks
OC v.1.5.5.1 | Shoppica 2 | Browser: Chrome
Ive done a vqmod which will remove branding from front end and admin.
If you do remove branding though remember and give something back to OpenCart...there are ideas on what you can do one the mods page: http://www.opencart.com/index.php?route ... n_id=15822
If you do remove branding though remember and give something back to OpenCart...there are ideas on what you can do one the mods page: http://www.opencart.com/index.php?route ... n_id=15822
OpenCart Theme Options - See All My Extensions - OpenCart Themes and Mods
Hi,
To Remove or edit Powered By OpenCart, see the following setps.
Note: In current version 2.0 "Powered By OpenCart" is divided into two part "Powered By" and "OpenCart" in two different files.
First Part (Powered By)
1. Go to Catalog/View/Theme/(Theme Name)/Template/Common/Footer.tpl
2. Add <div id="powered"> to the line <?php echo $powered; ?> in the bottom area of the file to remove Powered By. After amendments code will appear like this: <div id="powered"><?php echo $powered; ?>
3. Save and Close.
Second Part (OpenCart)
1. Go to Catalog/Language/English/Common/Footer.php
2. Delete/Edit whatever you like OpenCart in code line $_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
3. Save and Close.
To Remove or edit Powered By OpenCart, see the following setps.
Note: In current version 2.0 "Powered By OpenCart" is divided into two part "Powered By" and "OpenCart" in two different files.
First Part (Powered By)
1. Go to Catalog/View/Theme/(Theme Name)/Template/Common/Footer.tpl
2. Add <div id="powered"> to the line <?php echo $powered; ?> in the bottom area of the file to remove Powered By. After amendments code will appear like this: <div id="powered"><?php echo $powered; ?>
3. Save and Close.
Second Part (OpenCart)
1. Go to Catalog/Language/English/Common/Footer.php
2. Delete/Edit whatever you like OpenCart in code line $_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
3. Save and Close.
This worked for me... however the file location was different for me. This is what I did:
Step 1: (Powered By)
1. Go to Catalog/View/Theme/(Theme Name)/Template/Common/Footer.tpl
2. Add <div id="powered"> to the line <?php echo $powered; ?> in the bottom area of the file to remove Powered By. After amendments code will appear like this: <div id="powered"><?php echo $powered; ?>
3. Save and Close.
Step 2: (Note the file I had to modify)
Second Part (OpenCart)
1. Go to public_html/system/modification/catalog/language/english/common/footer.php
2. Delete/Edit whatever you like OpenCart in code line $_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
3. Save and Close.
Don't know why, but the modification folder was where my change finally worked.
Step 1: (Powered By)
1. Go to Catalog/View/Theme/(Theme Name)/Template/Common/Footer.tpl
2. Add <div id="powered"> to the line <?php echo $powered; ?> in the bottom area of the file to remove Powered By. After amendments code will appear like this: <div id="powered"><?php echo $powered; ?>
3. Save and Close.
Step 2: (Note the file I had to modify)
Second Part (OpenCart)
1. Go to public_html/system/modification/catalog/language/english/common/footer.php
2. Delete/Edit whatever you like OpenCart in code line $_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
3. Save and Close.
Don't know why, but the modification folder was where my change finally worked.
Who is online
Users browsing this forum: No registered users and 5 guests