News:

Support the VirtueMart project and become a member

Main Menu

[SOLVED] How to call URI instead of sending an e-mail to the vendor?

Started by gba, October 11, 2017, 13:56:39 PM

Previous topic - Next topic

gba

Hi!

How can I make VM 3.2.5 calling a special URI instead of sending an e-mail to the vendor, when order state changes?
Thank you very much in advance for any useful hint!

Kind regards,
Gerald

GJC Web Design

use a plugin

functions

function plgVmOnUpdateOrderPayment ($data,$old_order_status)

or 

function plgVmOnUpdateSingleItem ($data, $order)

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

gba

Hi!

Thank you for your hint.
Do I understand you right, that you would create VMPayment plugin containing the function 'plgVmOnUpdateOrderPayment'?
I tried this, and it works very well!
And it is even independent of vendor mail setting.

Kind regards,
Gerald