I can se the code that creats the buttom but Not where to changes the text on the buttom!
Now it´s "Update/Next"(in swedish) on the button but I want it to be just Next.
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"');
}
?>
Or is´t in the language file sv-SE.com_hikashop.ini i´ll shall make the changes!?
Edit: Solved!
And It was!