VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: michelerighetti on January 17, 2023, 10:27:19 AM

Title: javascript insertion after payment paypal
Post by: michelerighetti on January 17, 2023, 10:27:19 AM
Good morning everyone, I need to insert a short javascript after the payment with paypal has been made successfully.
this is for inserting a pinterest tag after successful payment.
I think you could act on the file vmpayment/paypal/paypal/tmp/apiresponse.php
Joomla 3.10.11, virtuemart 4.0.6 10690

Title: Re: javascript insertion after payment paypal
Post by: ssc3 on January 17, 2023, 15:21:05 PM
You could try an alternative PayPal plugin at

https://plugins.online-store.co.uk/paypal_express_checkout.html

This has an option to add JavaScript directly into the payment confirmation page.
In the plugin setup there is an option called

"Tracking Code"

Insert any JavaScript in there. Then save.

The plugin works best with shortcuts turned off.
To the customer this makes it look just like PayPal Standard.
Title: Re: javascript insertion after payment paypal
Post by: michelerighetti on January 18, 2023, 17:25:13 PM
Thank you for your response. I have inserted this nice plugin and it seems to work very well. I thank you.
I need to insert the same javascript for standard payment, is there a similar solution?
Title: Re: javascript insertion after payment paypal
Post by: ssc3 on January 19, 2023, 14:21:30 PM
Quote from: michelerighetti on January 18, 2023, 17:25:13 PM
I need to insert the same javascript for standard payment, is there a similar solution?

It only works for plugins from our site, you need another solution for standard payments.