TomatoCart

65380 Downloads
303 users online
TomatoCart Community
Welcome, Guest
Please Login or Register.    Lost Password?
Bookmark and Share

Remove Powered by TomatoCart
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Remove Powered by TomatoCart
#1704
Remove Powered by TomatoCart 1 Year, 7 Months ago Karma: 0
Is it allowed under any circumstances to remove "Powered by TomatoCart" at the bottom of the front page?

Thanks
Nucleus
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1705
Re:Remove Powered by TomatoCart 1 Year, 7 Months ago Karma: 1
I think you can remove it in the front-end but not in the backend.

Greets,
E-volutions
E-volutions
Gold Boarder
Posts: 294
graphgraph
User Offline Click here to see the profile of this user
Gender: Male TomatocartHosting ward@e-volutions.be Location: Belgium, Leuven

TomatocartHosting launching soon!


The administrator has disabled public write access.
 
#1707
Re:Remove Powered by TomatoCart 1 Year, 7 Months ago Karma: 0
How do I remove it from the front-end?
Nucleus
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1709
Re:Remove Powered by TomatoCart 1 Year, 7 Months ago Karma: 1
Nucleus wrote:
How do I remove it from the front-end?

You can see the code of the template in the index.php file in your template directory.

Example ./templates/glass_gray/index.php

You can see the following code, you can modify this code

Code:


<?php 
  if ($osC_Template->hasPageFooter()) {
?>

  <div id="pageFooter">
    <ul>
      <?php
        echo '<li>' . osc_link_object(osc_href_link(FILENAME_DEFAULT, 'index'), $osC_Language->get('home')) . '<span>|<span></li>' .
             '<li>' . osc_link_object(osc_href_link(FILENAME_PRODUCTS, 'specials'), $osC_Language->get('specials')) . '<span>|<span></li>' .
             '<li>' . osc_link_object(osc_href_link(FILENAME_PRODUCTS, 'new'), $osC_Language->get('new_products')) . '<span>|<span></li>' .
             '<li>' . osc_link_object(osc_href_link(FILENAME_ACCOUNT, null, 'SSL'), $osC_Language->get('my_account')) . '<span>|<span></li>' .
             '<li>' . osc_link_object(osc_href_link(FILENAME_ACCOUNT, 'wishlist', 'SSL'), $osC_Language->get('my_wishlist')) . '<span>|<span></li>' .     
             '<li>' . osc_link_object(osc_href_link(FILENAME_CHECKOUT, null, 'SSL'), $osC_Language->get('cart_contents')) . '<span>|<span></li>' .
             '<li>' . osc_link_object(osc_href_link(FILENAME_CHECKOUT, 'checkout', 'SSL'), $osC_Language->get('checkout')) . '<span>|<span></li>' .
             '<li>' . osc_link_object(osc_href_link(FILENAME_INFO, 'contact'), $osC_Language->get('contact_us')) . '<span>|<span></li>'.
             '<li>' . osc_link_object(osc_href_link(FILENAME_DEFAULT, 'rss'), osc_image(DIR_WS_IMAGES . 'rss16x16.png') . '<span>RSS</span>') . '</li>';
      ?>
    </ul>
    <div style="clear:both"></div>
    <p style="margin: 3px;">
      <?php
        echo sprintf($osC_Language->get('footer'), date('Y'), osc_href_link(FILENAME_DEFAULT), STORE_NAME);
      ?>
    </p>
  </div>
  
<?php 
    if ($osC_Services->isStarted('banner') && $osC_Banner->exists('468x60')) {
      echo '<p align="center">' . $osC_Banner->display() . '</p>';
    }
  }
?>

E-volutions
Gold Boarder
Posts: 294
graphgraph
User Offline Click here to see the profile of this user
Gender: Male TomatocartHosting ward@e-volutions.be Location: Belgium, Leuven

TomatocartHosting launching soon!


The administrator has disabled public write access.
 
#1721
Re:Remove Powered by TomatoCart 1 Year, 7 Months ago Karma: 0
I'm guessing the part I want to remove is somewhere between

Code:

<?php
        echo sprintf($osC_Language->get('footer'), date('Y'), osc_href_link(FILENAME_DEFAULT), STORE_NAME);
      ?>
    </p>
  </div>



and

Code:

<?php 
    if ($osC_Services->isStarted('banner') && $osC_Banner->exists('468x60')) {
      echo '<p align="center">' . $osC_Banner->display() . '</p>';
    }
  }
?>



But I just can't figure it out
Nucleus
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1724
Re:Remove Powered by TomatoCart 1 Year, 7 Months ago Karma: 1
I think you have to remove the following code:

Code:


<p style="margin: 3px;">
       <?php
         echo sprintf($osC_Language->get('footer'), date('Y'), osc_href_link(FILENAME_DEFAULT), STORE_NAME);
       ?>
     </p>

E-volutions
Gold Boarder
Posts: 294
graphgraph
User Offline Click here to see the profile of this user
Gender: Male TomatocartHosting ward@e-volutions.be Location: Belgium, Leuven

TomatocartHosting launching soon!


The administrator has disabled public write access.
 
Go to top Page: 123

Latest Blog Post

TomatoCart v2.0 – An open source ecommerce framework

Since the TomatoCart v1.0’s framework getting old and the core is not a pure MVC design, it causes many troubles ...

Blog | Administrator | Saturday, 21 January 2012

More in: About Us

-
+
3

contact_us

TomatoCart
+86-13771170725
info@tomatocart.com
http://www.tomatocart.com

Newsletter Subscription

Name:

E-Mail:

Verification Code:
Captcha

Receive HTML?