Two places you'll need to change it. The first is
$this->data['contact'] = HTTP_SERVER . 'index.php?route=information/contact';
in /catalog/controller/module/information.php
to change the one in the information box
The second is
$this->data['contact'] = HTTP_SERVER . 'index.php?route=information/contact';
in /catalog/controller/common/header.php
to change the one in the header
$this->data['contact'] = HTTP_SERVER . 'index.php?route=information/contact';
in /catalog/controller/module/information.php
to change the one in the information box
The second is
$this->data['contact'] = HTTP_SERVER . 'index.php?route=information/contact';
in /catalog/controller/common/header.php
to change the one in the header
In the template files:
catalog/view/theme/default/template/common/header.tpl
catalog/view/theme/default/template/module/information.tpl
You can change:to:
If you use a custom template with new versions of these files, you should change those and leave the default ones alone.
Edit: Crossed posts. Both are fine but change at different levels.
catalog/view/theme/default/template/common/header.tpl
catalog/view/theme/default/template/module/information.tpl
You can change:
Code: Select all
<a href="<?php echo str_replace('&', '&', $contact); ?>"
Code: Select all
<a href="http://YourUrl"
Edit: Crossed posts. Both are fine but change at different levels.
Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products
Found on the following line of /catalog/controller/checkout/success.php:
Thanks. (Showing code for people searching in future)
Code: Select all
$this->data['text_message'] = sprintf($this->language->get('text_message'), HTTPS_SERVER . 'index.php?route=account/account', HTTPS_SERVER . 'index.php?route=account/history', HTTP_SERVER . 'index.php?route=information/contact');
Who is online
Users browsing this forum: Amazon [Bot], Bing [Bot], Google [Bot] and 92 guests