VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: makis_best on June 24, 2016, 14:31:07 PM

Title: Invoice script
Post by: makis_best on June 24, 2016, 14:31:07 PM
Hi

How I can find what sql scripts are executed and create the invoice pdf ?

Thank you
Title: Re: Invoice script
Post by: Studio 42 on June 24, 2016, 16:21:25 PM
VM is as most Joomla Components MVC
So the controller(view=xxx)  call a function("task=xxx"), check the link to print so you get the controller,view and model used.