Bonjour fredpunch,
Vous pouvez ajouter un lien tel que celui-ci:
<input class="button" type="button" value="<?php echo JText::_('JERROR_LAYOUT_HOME_PAGE'); ?>" onClick="document.location='index.php';"/>
Avant:
<?php
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"');
}
?>
Dans la vue: HikaShop > Display > Views, "checkout / step.php".