[TYPO3-shop] tt_products 2.7.0 JS-Error

Franz Holzinger franz at fholzinger.com
Wed Mar 19 09:47:02 CET 2008


You have added a JavaScript

	// JS function for mouse-over
function over(name,imgObj)	{	//
	// JS function for mouse-out
function out(name,imgObj)	


But this leads to the result, that the next lines with initialization
are not executed any more:

var vBoxCount = new Array(1); // number of select boxes
var v = new Array(); // variants

vBoxCount["tt_products"] = 10;
v["tt_products"] = new Array(10);
v["tt_products"][0] = "color";


You should add those lines below of the other functions.


More information about the TYPO3-project-tt-products mailing list