It must be a caching issue then. You should deactivate the cache plugin of joomla if you have it activated as it can't work with HikaShop since most of the pages need to be dynamic.
If you want to set it to free by default, you need to edit the file selectfile via the menu Display->Views and add the line:
<?php if(!isset($this->element->file_free_download)) $this->element->file_free_download = 1; ?>
before the line:
<?php echo JHTML::_('select.booleanlist', "data[file_free_download]" , '',@$this->element->file_free_download ); ?>[file][file_free_download]" , '',@$this->element->file_free_download ); ?>