Index: branches/5.2.x/units/products/products_tag_processor.php =================================================================== diff -u -N -r16516 -r16741 --- branches/5.2.x/units/products/products_tag_processor.php (.../products_tag_processor.php) (revision 16516) +++ branches/5.2.x/units/products/products_tag_processor.php (.../products_tag_processor.php) (revision 16741) @@ -1,6 +1,6 @@ $object->GetDBField('CategoryId'), 'pass' => 'm,p,ord', 'ord_event' => 'OnAddToCart'); } - $this->Application->SetVar('p_id', $this->Application->GetVar($this->getPrefixSpecial().'_id')); + $link_params['p_id'] = $object->GetID(); + return $this->Application->HREF($t, '', $link_params); }