in product details tpl file i put php variable $aList[sProduct] , But it will show last position attribute value. in html page.
but if i want to show other attribute value like 2nd position attribute value in html then what php variable combination , i have to use in tpl file.
Should by something like $aList[sAttribute][3] but that doesn§t work.
for example i add 4 attributes.
1.Size value>> Large 2.Gender Mens 3.Color Blue 4.Material Cotton
So when i use php variable $aList[sProduct] in tpl file , it shows only last Attribute "Material" value. which is Cotton, But if i want to show 2nd attribute "Gender" value , which is Mens then what php variable combination i have to use in tpl file ?