Payment MS + Paypal -> Product name missing (as itemdesc?)

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
themapplz
New Member
New Member
Posts: 9
Joined: Sat Jul 14, 2012 5:06 pm

Payment MS + Paypal -> Product name missing (as itemdesc?)

Post by themapplz »

Does anyone know how to make the names of the products ordered show up on the paypal payment page instead of the default Payment MS attribute 'itemdesc' ?

Thank you! :)
Duketown

Re: Payment MS + Paypal -> Product name missing (as itemdesc

Post by Duketown »

themapplz,

I take it that you've set the payment cart style in Payment MS to show details.
According to what I read from the calling program CartMadeSimple->orders.api.php on lines 926 thru 929 the name of the product (or attribute) should be handled correctly.

Code: Select all

$pgw->fields['item_name_'.$line] = $orderline->productname;
if ($orderline->attributename != '') {
	$pgw->fields['item_name_'.$line] .= ' ('.$orderline->attributename.')';								
}
Duketown
Post Reply

Return to “Modules/Add-Ons”