Page 1 of 1

Bug in contact form?!

Posted: Mon Apr 20, 2009 5:48 pm
by mal-schauen
I do not know whether it is a mistake, but I missing in contact the shop owner under the shopname. The shop owner must enter in the admin area, but he is nowhere to be seen? The contact form would be the best place for it. ;)

Re: Bug in contact form?!

Posted: Mon Apr 20, 2009 6:13 pm
by fido-x
The store owner's name is not included on the contact page. You can include it (if you want) by inserting the following:-

Code: Select all

$this->data['owner'] = $this->config->get('config_owner');
into "catalog/controller/information/contact.php" (around line 56).

Then insert:

Code: Select all

<?php echo $owner; ?><br />
below

Code: Select all

<?php echo $store; ?><br />
in "catalog/view/theme/default/template/information/contact.tpl" (around line 10).

Re: Bug in contact form?!

Posted: Mon Apr 20, 2009 6:40 pm
by Daniel
I think people wil be writing directly to the store owner if the put there name down.

If its a big company they will have a mail department or manager to open the mail.