Hello to all,
I am a new user of virtuemart and I'm trying to insert the conversion tracking uncodice on the checkout page "order done".
I want to know the variable in virtuemart which prints the total order just made.
Greetings.
https://forum.virtuemart.net/index.php?topic=79799.0
check components\com_virtuemart\views\cart\tmpl\order_done.php and see whats in your $this object
the $this->html comes from the payment plugin that your using so you can add the var in there is not already present