Hi all,

Is there an easy, non-programatic way to get the payment transaction ID (e.g. from PayPal) into Views? I can see the ID if I look at an order, but don't see a field for it available in Views. If not, can it be done programatically and if so, how? I'm a non-developer so any specifics would be most apreciated!

Thanks,

Delty

Comments

longwave’s picture

Version: 6.x-2.7 » 7.x-3.x-dev
Category: support » feature

You can use uc_payment_load_payments($order_id) to programatically retrieve all payments attached to an order.

Otherwise, this is a feature request, and will be implemented in 7.x-3.x first.

longwave’s picture

Status: Active » Closed (duplicate)