The 'Powered by CS-Cart...' link

To replace the Powered by CS-Cart - Shopping Cart Software link with yours:
  1. Open the bottom.tpl file located in the skins/[CUSTOMER_ACTIVE_SKIN]/customer directory of your CS-Cart installation, where [CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront.
  2. Find the following part of code there:
    <p align="center" class="bottom-copyright">{$lang.copyright} &copy; {$settings.Company.company_start_year}-{$smarty.const.TIME|date_format:"%Y"} {$settings.Company.company_name}. &nbsp;{$lang.powered_by} <a href="http://www.cs-cart.com" target="_blank" class="underlined">{$lang.cscart_shopping_cart}</a>
    </p>

    and replace "http://www.cs-cart.com" with your link. Save the file.
    NOTE: The mentioned code is used only in the Basic skin. If another skin is used, search the "http://www.cs-cart.com" link throughout the whole code of the bottom.tpl file.
  3. Log in to your administrator panel and click on the Languages link in the ADMINISTRATION side box on the right.
  4. Enter cscart_shopping_cart into the Search for pattern input field under the Language variables section and click on the Search button on the page.
  5. Edit the value of the found language variable (for example, replace it with your company name) and click on the Update button at the bottom to save the changes.

Noticed an error in the article or it is not clear enough? Any suggestions to improve it? Please let us know by filling in the feedback form. Click here.