Ejemplo n.º 1
0
 /**
 * This method is fired when showing the order details in the frontend, for every orderline.
 * It can be used to display line specific package codes, e.g. with a link to external tracking and
 * tracing systems
 *
 * @param integer $_orderId The order ID
 * @param integer $_lineId
 * @return mixed Null for method that aren't active, text (HTML) otherwise
 * @author Oscar van Eijk
 
  public function plgVmOnShowOrderLineFE(  $_orderId, $_lineId) {
  return null;
  }
 */
 function plgVmDeclarePluginParamsPayment($name, $id, &$data)
 {
     return parent::declarePluginParams('payment', $name, $id, $data);
 }