VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Majere on October 02, 2013, 00:48:10 AM

Title: accessing order infos in the pluginresponse view, how?
Post by: Majere on October 02, 2013, 00:48:10 AM
Hi,
I'm overriding the pluginresponse/default.php view because it is the page to which the user is redirected after paypal payment.
I'd like to show in it infos about what he purchased, such as items ids, items names, items custom fields.. is it possibile to retrieve this data and echo it with php? Thanks
Also I'd like to know if this page is showed even if the payment was interrupted or only if payment was succesfull, i couldn't find any documentation on it.
Title: Re: accessing order infos in the pluginresponse view, how?
Post by: Maxim Pishnyak on October 03, 2013, 16:54:00 PM
Quote from: Majere on October 02, 2013, 00:48:10 AM
I'd like to show in it infos about what he purchased, such as items ids, items names, items custom fields.. is it possibile to retrieve this data and echo it with php?
This could shown in shopper order details.