Index: pi1/class.tx_commerce_pi1.php =================================================================== --- pi1/class.tx_commerce_pi1.php (revision 33328) +++ pi1/class.tx_commerce_pi1.php (working copy) @@ -627,10 +623,16 @@ $sortedAttributeArray[$i]['AttributeValue'] = $attrValUid; $i++; } + $artId = array_shift($prod->get_Articles_by_AttributeArray($sortedAttributeArray)); $attCode = ''; if (is_array($attributeMatrix)) { - $attCode = '
' . + $getVarList = array('catUid','showUid','pointer'); + $getVars = array(); + foreach($getVarList as $getVar) { + if(isset($this->piVars[$getVar])) $getVars[$this->prefixId.'['.$getVar.']'] = $this->piVars[$getVar]; + } + $attCode = '' . '' . '' . '';