Hi,
I think that you'll just have to :
- Go to "Hikashop->Display->Views"
- Edit the "step" file of the "checkout" view of your front-end template
- add this code :
<?php echo"YOUR MESSAGE";?>
before the lines :
if($this->nextButton){
echo $this->cart->displayButton(JText::_('HIKA_NEXT'),'next',$this->params,hikashop_completeLink('checkout&task=step&step='.($this->step+1)),'if(hikashopCheckChangeForm(\'order\',\'hikashop_checkout_form\')){ if(hikashopCheckMethods()){ document.getElementById(\'hikashop_validate\').value=1; document.forms[\'hikashop_checkout_form\'].submit();}} return false;','id="hikashop_checkout_next_button"');
Hope this will help you.