Replacing the "Powered by CS-Cart..." Link
NOTE: Users of CS-Cart Community Edition are prohibited to alter the "Powered by CS-Cart..." link or remove it from their copies of the software until they purchase the respective Link Removal License priced at $65 per one live installation of CS-Cart Community Edition.
To replace the Powered by CS-Cart - Shopping Cart Software link with yours:
- In the root directory of your CS-Cart installation, create the following directories path:
skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/index, where [CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront. - In the skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/index directory, create file bottom.override.tpl 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.copyright_shopping_cart}</a> </p>
and replace "http://www.cs-cart.com" with your link. - Save the file.
- In the administration panel, go to Content > Languages.
- Type copyright_shopping_cart into the Search for pattern input field under the Translations tab and click the Search button on the page.
- Edit the found language variable (for example, replace it with your company name) and click the Save button to apply the changes.
- If the applied changes are not displayed, try clearing the template cache. To do it, open in your web browser http://www.your_domain.com/admin.php?cc, where www.your_domain.com is the address of your store, and admin.php is a script file for the administration panel of your store which was renamed for security reasons.
NOTE: Please make sure of the following:
1. You use CS-Cart version 2.0.6 or later because the My changes add-on is not available in the earlier versions.
2. The My changes add-on is installed and activated in section Administration > Add-ons.
3. You have logged in to the administration panel to clear the template cache.
NOTE: Users of CS-Cart Community Edition are prohibited to alter the "Powered by CS-Cart..." link or remove it from their copies of the software until they purchase the respective Link Removal License priced at $65 per one live installation of CS-Cart Community Edition.
To replace the Powered by CS-Cart - Shopping Cart Software link with yours:
- In the root directory of your CS-Cart installation, create the following directories path:
skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/index, where [CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront. - In the skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/index directory, create file bottom.override.tpl with the following content:
<p class="bottom-copyright class">© {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.copyright_shopping_cart}</a> </p>
and replace "http://www.cs-cart.com" with your link. - Save the file.
- In the administration panel, go to Content > Languages.
- Type copyright_shopping_cart into the Search for pattern input field under the Translations tab and click the Search button on the page.
- Edit the found language variable (for example, replace it with your company name) and click the Save button to apply the changes.
- If the applied changes are not displayed, try clearing the template cache. To do it, open in your web browser http://www.your_domain.com/admin.php?cc, where www.your_domain.com is the address of your store, and admin.php is a script file for the administration panel of your store which was renamed for security reasons.
NOTE: Please make sure of the following:
1. You use CS-Cart version 2.0.6 or later because the My changes add-on is not available in the earlier versions.
2. The My changes add-on is installed and activated in section Administration > Add-ons.
3. You have logged in to the administration panel to clear the template cache.
NOTE: Users of CS-Cart Community Edition are prohibited to alter the "Powered by CS-Cart..." link or remove it from their copies of the software until they purchase the respective Link Removal License priced at $65 per one live installation of CS-Cart Community Edition.
To replace the Powered by CS-Cart - Shopping Cart Software link with yours:
- In the root directory of your CS-Cart installation, create the following directories path:
skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/index, where [CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront. - In the skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/index directory, create file bottom.override.tpl with the following content:
<p class="bottom-copyright class">© {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.copyright_shopping_cart}</a> </p>
and replace "http://www.cs-cart.com" with your link. - Save the file.
- In the administration panel, go to Administration > Languages.
- Type copyright_shopping_cart into the Search for pattern input field under the Translations tab and click the Search button on the page.
- Edit the found language variable (for example, replace it with your company name) and click the Save button to apply the changes.
- If the applied changes are not displayed, try clearing the template cache. To do it, open in your web browser http://www.your_domain.com/admin.php?cc, where www.your_domain.com is the address of your store, and admin.php is a script file for the administration panel of your store which was renamed for security reasons.
NOTE: Please make sure of the following:
1. You use CS-Cart version 2.0.6 or later because the My changes add-on is not available in the earlier versions.
2. The My changes add-on is installed and activated in section Administration > Add-ons.
3. You have logged in to the administration panel to clear the template cache.
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.
CS-Cart version: