You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification
// Get the order status description$order_status = $this->orderDetails['details']['BT']->order_status;// Get a database connection.$db = JFactory::getDbo();$query = 'SELECT `order_status_description` FROM `#__virtuemart_orderstates` WHERE `order_status_code` = ' . $db->quote($order_status);$db->setQuery($query);$order_status_description = $db->loadResult();
$order_status_description_key = 'ORDER_STATUS_ '.$this->orderDetails['details']['BT']->order_status.'_DESC';echo vmText::_($order_status_description_key);
echo vmText::_($order_status_description_key);