To replace the Powered by CS-Cart - Shopping Cart Software link with yours:
- 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.
- Find the following part of code there:
<p align="center" class="bottom-copyright">{$lang.copyright} © {$settings.Company.company_start_year}-{$smarty.const.TIME|date_format:"%Y"} {$settings.Company.company_name}. {$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.
- Log in to your administrator panel and click on the Languages link in the ADMINISTRATION side box on the right.
- 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.
- 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.