You are here

protected function UCXF_AddressPane::checkout_process in Extra Fields Checkout Pane 6.2

Process values @access protected

Return value

boolean

Overrides UCXF_Pane::checkout_process

File

class/UCXF_AddressPane.class.php, line 77
Contains the UCXF_AddressPane class.

Class

UCXF_AddressPane
Class that deals with checkout panes and order panes especially for the address fields.

Code

protected function checkout_process() {

  // Process original pane first
  $original_pane = $this
    ->getOriginalPane('process');
  return parent::checkout_process();
}