{if !empty($actions)} {$stepArray = array_keys($actions)} {foreach $stepArray as $key => $step} {if $step === $active} {$next_step_key = $key} {/if} {/foreach} {if isset($stepArray[$next_step_key+1])} {$next_step = $stepArray[$next_step_key+1]} {/if} {if isset($stepArray[$next_step_key-1])} {$prev_step = $stepArray[$next_step_key-1]} {/if} {/if}

Set up shipping methods

← Back Next step →