VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: kmeyer on February 12, 2015, 16:38:39 PM

Title: Changing text "Total" in cart module
Post by: kmeyer on February 12, 2015, 16:38:39 PM
The vmCartModule that displays at the top of my Products page includes the text "Total", generated in
...\modules\mod_virtuemart_cart\tmpl\default.php by the line
echo $data->billTotal;

I can't find a language override to change the text "Total", I'd like it to say
"Total including Shipping and applicable Discounts: "
Title: Re: Changing text "Total" in cart module
Post by: kmeyer on February 12, 2015, 17:03:37 PM
Never mind, I found it, it is COM_VIRTUEMART_CART_TOTALP.
Title: Re: Changing text "Total" in cart module
Post by: dazmilliom on May 18, 2016, 17:40:32 PM
Kmeyer you just saved me hours of hectic search through VM files