i did this:
_________________________
That's because of the line:
$params[] = '('.$this->database->Quote(strip_tags($namekey)).','.$this->database->Quote(strip_tags($value,'<br/>')).($default?','.$this->database->Quote($this->values[$namekey]->config_default):'').')';
in the file administrator/components/com_hikashop/classes/config.php
if you change it to :
$params[] = '('.$this->database->Quote(strip_tags($namekey)).','.$this->database->Quote($value).($default?','.$this->database->Quote($this->values[$namekey]->config_default):'').')';
it will work.
[/i]
_________________________
But i still cannot put a HTML code for image in front of the adress..
attached the screenshot of the config-file: