You are here

function uc_extra_fields_pane_order_information in Extra Fields Checkout Pane 6.2

1 string reference to 'uc_extra_fields_pane_order_information'
uc_extra_fields_pane_order_pane in ./uc_extra_fields_pane.module
Implementation of hook_order_pane(). Current order-pane definitions

File

./uc_extra_fields_pane.module, line 580
Module: uc_extra_fields_pane.module

Code

function uc_extra_fields_pane_order_information($op, $arg1 = NULL, $arg2 = NULL) {
  $oPane = new UCXF_Pane('information', UCXF_Pane::PANE_ORDER, $arg1, $arg2);
  return $oPane
    ->execute($op);
}