Replacing The "powered By Cs-Cart..." Link

Anyone know how to this in version 4.2.1



It is explained here:

CS-Cart Documentation — CS-Cart 4.15.x documentation



…but i can't find where to change the link that redirects to: www.cs-cart.com



Thanks

Hello,



You can replace the following part of code in the design/themes/[YOUR_THEME]/templates/blocks/static_templates/copyright.tpl file:

$config.resources.product_url

with this one:

$settings.Company.company_website

After that you should be able to set up the link on the Settings > Company page.



I hope this will help.

Great. Thanks for answering. I will try that.



Dont understand why they make things so complicated. This was easily done in translations in previous versions of CS-Cart. I really think this should be done in admin for payed versions of the cart.

I'm out of town and don't have the file available but you can also change it in the /config.php file. Look for “product_url” and change the url to your liking.

Thanks for the tip!

thanks [url=“http://webbeaver.net/”]http://webbeaver.net/[/url]

[quote name='simtechdev' timestamp='1406750072' post='188520']

Hello,



You can replace the following part of code in the design/themes/[YOUR_THEME]/templates/blocks/static_templates/copyright.tpl file:

$config.resources.product_url

with this one:

$settings.Company.company_website

After that you should be able to set up the link on the Settings > Company page.



I hope this will help.

[/quote]it's work, super!

please explained to me more in that then changes the redirected page because you do not understand as well..i have 435 cs cart

my problem is that while I replaced the code comes out double name in url(404)

http://www.stampadiko.eu/www.stampadiko.eu

Try to specify company website with http or https protocol

How do you make this change in 4.3.6?

The mentioned changes should work for 4.3.x versions

http://prntscr.com/b85ml5