To replace the Powered by CS-Cart - Shopping Cart Software link with yours:
- Create the following directories path in the root directory of your CS-Cart installation:
skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/index, where [CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront. - Create the bottom.override.tpl file in the skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/index directory with the following content:
<p class="bottom-copyright class">{$lang.copyright} © {if $smarty.const.TIME|date_format:"%Y" != $settings.Company.company_start_year}{$settings.Company.company_start_year}-{/if}{$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.
- Log in to your administration panel and click on the Languages link in the Content tab.
- Enter copyright_shopping_cart into the Search for pattern input field under the Translations tab 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 Save button at the bottom to save the changes.