Beispiel #1
0
 /**
  * This method is fired when showing the order details in the frontend.
  * It displays the method-specific data.
  *
  * @param integer $order_id The order ID
  * @return mixed Null for methods that aren't active, text (HTML) otherwise
  * @author Max Milbers
  * @author Valerie Isaksen
  */
 public function plgVmOnShowOrderFEPayment($virtuemart_order_id, $virtuemart_paymentmethod_id, &$payment_name)
 {
     parent::onShowOrderFE($virtuemart_order_id, $virtuemart_paymentmethod_id, $payment_name);
 }