hI im wonder ing if you can help at all

i would like to add the name of the product into the comment1 section so that when i make reports in paypal manager i can see what has been purchased

any idea on what i need to put after 'COMMENT1'=> so it will add the name of the product purchased then the amount purchased?

is this possible


'COMMENT1'=> "( ".$_SESSION['cart']->count_contents(). " ) ". str_replace('&','',$order->info['comments']) ,
'COMMENT2'=> $order->info['shipping_method']. $order->info['shipping_cost']. ' ZenSessName:' . zen_session_name(). ' ZenSessID:' . zen_session_id(),