I am using Joomla 3.5.1, VirtueMart 3.2.4, PHP 5.6.3. I get the following error when trying to view an order. The customer's information is blank, her card wasn't charged but it does show the total and the items she tried to order.
Notice: Undefined index: BT in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 73
Notice: Trying to get property of non-object in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 73
Notice: Undefined index: BT in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 74
Notice: Undefined index: ST in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 75
Notice: Trying to get property of non-object in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 76
Warning: Creating default object from empty value in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 76
Notice: Undefined index: BT in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 78
Notice: Trying to get property of non-object in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 78
Notice: Undefined property: stdClass::$order_status in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 134
Notice: Undefined index: BT in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 156
Notice: Trying to get property of non-object in /home/*********/public_html/administrator/components/com_virtuemart/views/orders/view.html.php on line 156
Any idea what could be causing this?