Hello.
I'm quite new in php and redesigning some custom virtuemart modul for sending cart to email...
What I want is to get variable $total from cart to my modul... because this module is calculating total price from database and it's not working riht since we applied custom atributes with price changes +/-.
So my question is how to get value of $total from $_SESSION['cart'] or simple how to get value $total from cart page where is calculated ok.
Thanks
