Hi,
Virtuemart version : 3.0.9
Joomla : 3.4.3
Upgrad from : 2.5 to 3.4
I have problem with virtuemart checkout page. the shipping address email value missing error. And i checked the code find out some issue.
Path : components/com_virtuemart/helpers/cart.php
Code: $stData = $userModel->getUserAddressList($currentUser->id, 'ST', $this->selected_shipto);
Line no : 944
that code called the user model and getUserAddressList get the value from $__virtuemart_userinfos table,that table doesn't have the email field
so the the error message "Missing value for E-Mail" comes.How can overcome this issue.