OXID eShop CE
4.9.6
|
Go to the source code of this file.
Variables | |
if(!defined('OX_IS_ADMIN')) | if (!defined('OX_ADMIN_DIR')) |
$blAjaxCall = (isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') |
$blAjaxCall = (isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') |
Definition at line 14 of file oxajax.php.
if |
Canceled orders reports class
Name of template to render
Checks if db contains data for report generation
Collects sessions what executed 'order' function
string | $sQ | data query |
collects sessions what executed order class
string | $sQ | data query |
array | $aTempOrder | orders |
array | &$aData | data to fill (X6) |
bool | $blMonth | if TRUE - for month, if FALSE - for week [true] |
collects sessions what executed payment class
string | $sQ | data query |
array | $aTempOrder | orders |
array | $aTempExecOrdersSessions | finished orders |
array | &$aDataX2 | data to fill |
bool | $blMonth | if TRUE - for month, if FALSE - for week [true] |
collects sessions what executed 'user' class
string | $sQ | data query |
array | $aTempOrder | orders |
array | $aTempExecOrdersSessions | finished orders |
array | $aTempPaymentSessions | payment sessions |
array | &$aDataX3 | data to fill |
bool | $blMonth | if TRUE - for month, if FALSE - for week [true] |
collects sessions what executed 'tobasket' function
string | $sSql | data query |
array | $aTempOrder | orders |
array | $aTempExecOrdersSessions | finished orders |
array | $aTempPaymentSessions | payment sessions |
array | $aTempUserSessions | user sessions |
array | &$aDataX4 | data to fill |
bool | $blMonth | if TRUE - for month, if FALSE - for week [true] |
Collects made orders
string | $sSql | data query |
array | &$aDataX5 | data to fill |
bool | $blMonth | if TRUE - for month, if FALSE - for week [true] |
Collects made orders
string | $sQ | data query |
array | &$aDataX5 | data to fill |
Collects and renders visitor/month report data
Collects and renders visitor/week report data
Definition at line 7 of file oxajax.php.