VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: andrea92 on August 26, 2016, 09:31:52 AM

Title: Total Order Variable in Checkout Page
Post by: andrea92 on August 26, 2016, 09:31:52 AM
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.
Title: Re: Total Order Variable in Checkout Page
Post by: GJC Web Design on August 26, 2016, 12:15:11 PM
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