You are here

protected function UCXF_Pane::order_customer in Extra Fields Checkout Pane 6.2

View the order data for the customer @access protected

Return value

string

1 method overrides UCXF_Pane::order_customer()
UCXF_AddressPane::order_customer in class/UCXF_AddressPane.class.php
View the order data for the customer @access protected

File

class/UCXF_Pane.class.php, line 228
Contains the UCXF_Pane class.

Class

UCXF_Pane
Base class for checkout panes and order panes implemented by Extra Fields Pane.

Code

protected function order_customer() {
  return $this
    ->order_view();
}