Thanks for the response Nicolas,
I have done that, but it's giving me the same error. This is what I now have for lines 24-30 of the PHP doc:
function onDisplay($name, $asset='', $author=''){
$extension = JRequest::getCmd('option');
if ($extension=='com_content'){
if(!defined('DS'))
define('DS', DIRECTORY_SEPARATOR);
if(!include_once(rtrim(JPATH_ADMINISTRATOR,DS).DS.'components'.DS.'com_hikashop'.DS.'helpers'.DS.'helper.php')) return true;
if(version_compare(JVERSION,'1.6.0','<')){
Thanks,
Christy