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

To replace the Powered by CS-Cart - Shopping Cart Software link with yours:
  1. 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.
  2. 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} &copy; {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}. &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.
  3. Save the file.
  4. Log in to your administration panel and click on the Languages link in the Content tab.
  5. Enter copyright_shopping_cart into the Search for pattern input field under the Translations tab and click on the Search button on the page.
  6. 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.

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.