[TYPO3-commerce] class pi3

Jeroen Visser jeroen at roquin.nl
Tue Nov 20 14:22:26 CET 2007


Hi,
Can someone confirm that the code in function renderSteps()

for ($i=($currentStepNumber+1);$i <= count($this->CheckOutsteps);$i++){
	...			
}

Should be:
for ($i=($currentStepNumber+1);$i < count($this->CheckOutsteps);$i++){
	...			
}

I have visualized the steps as <li>'s an after this adjustment I don't 
get a empty <li> anymore at the end.

Greetings,
Jeroen



More information about the TYPO3-project-commerce mailing list