-
Yes
A value must be entered for %attribute_prompt%.]]>
An option must be selected for %attribute_prompt%.]]>
First
Short
Preload
AttributeMachine.prototype.Generate_Swatch = function( product_code, attribute, option )
{
var swatch = document.createElement( 'li' );
var span = document.createElement( 'span' ); // to vertically center the swatch images
var img = document.createElement( 'img' );
img.src = option.image;
swatch.appendChild( span );
swatch.appendChild( img );
return swatch;
}
]]>
#Set_Current_Time#
-
Yes
A value must be entered for %attribute_prompt%.]]>
An option must be selected for %attribute_prompt%.]]>
First
Short
Preload
AttributeMachine.prototype.Generate_Swatch = function( product_code, attribute, option )
{
var swatch = document.createElement( 'li' );
var span = document.createElement( 'span' ); // to vertically center the swatch images
var img = document.createElement( 'img' );
img.src = option.image;
swatch.appendChild( span );
swatch.appendChild( img );
return swatch;
}
]]>
#Set_Current_Time#