i see now on my websites
my name there in the footer but when you press the link it go to Cs-cart.com how to change it
im on 4.2.1
thx
Edit the product link in the file: config.php
hi i checked there but i cant find to change the hyperlink cs-cart
Do you mean the copyright section?
down on the front page you have the copywrite i changed this in the language but the Link to cs-cart is still there
like you can see in the picture on the left you see where the link is going
i whant to add my own link
hi,
please check config.php file in root dir of your cs-cart and find this piece of code:
// external resources, related to product
$config['resources'] = array(
'knowledge_base' => 'http://kb.cs-cart.com/installation',
'updates_server' => 'http://updates.cs-cart.com',
'twitter' => 'cscart',
'feedback_api' => 'https://www.cs-cart.com/index.php?dispatch=feedback',
'product_url' => '//www.cs-cart.com',
'helpdesk_url' => 'https://www.cs-cart.com/helpdesk',
'license_url' => 'https://www.cs-cart.com/licenses.html',
'marketplace_url' => 'http://marketplace.cs-cart.com',
'admin_protection_url' => 'http://kb.cs-cart.com/adminarea-protection',
'widget_mode_url' => 'http://kb.cs-cart.com/widget-mode',
//'demo_store_url' => 'http://demo.cs-cart.com/' . strtolower(PRODUCT_EDITION) . '/'
);
you should update product_url value.
best regards,
WSA team