Zen Cart Logo
Forums / PayPal Website Payments Pro support / adding attributes to "comment 1 & 2 " wpp

adding attributes to "comment 1 & 2 " wpp

Locked

Views: 2,368

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
15 Jan 2008, 4:30 AM
#1
turnontune avatar

turnontune

New Zenner

Join Date:
Jan 2008
Posts:
2
Plugin Contributions:
0

adding attributes to "comment 1 & 2 " wpp

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(),