Detailed Description
Payment list manager.
Definition at line 6 of file oxpaymentlist.php.
Constructor & Destructor Documentation
oxPaymentList::__construct |
( |
| ) |
|
Member Function Documentation
oxPaymentList::_getFilterSelect |
( |
|
$sShipSetId, |
|
|
|
$dPrice, |
|
|
|
$oUser |
|
) |
| |
|
protected |
Creates payment list filter SQL to load current state payment list
- Parameters
-
string | $sShipSetId | user chosen delivery set |
double | $dPrice | basket products price |
oxuser | $oUser | session user object |
- Returns
- string
Definition at line 50 of file oxpaymentlist.php.
oxPaymentList::getCountryId |
( |
|
$oUser | ) |
|
Returns user country id for for payment selection
- Parameters
-
oxuser | $oUser | oxuser object |
- Returns
- string
Definition at line 103 of file oxpaymentlist.php.
oxPaymentList::getPaymentList |
( |
|
$sShipSetId, |
|
|
|
$dPrice, |
|
|
|
$oUser = null |
|
) |
| |
Loads and returns list of user payments.
- Parameters
-
string | $sShipSetId | user chosen delivery set |
double | $dPrice | basket product price excl. discount |
oxuser | $oUser | session user object |
- Returns
- array
Definition at line 126 of file oxpaymentlist.php.
oxPaymentList::loadNonRDFaPaymentList |
( |
| ) |
|
Loads an object including all payments which are not mapped to a predefined GoodRelations payment method.
Definition at line 137 of file oxpaymentlist.php.
oxPaymentList::loadRDFaPaymentList |
( |
|
$dPrice = null | ) |
|
Loads payments mapped to a predefined GoodRelations payment method.
- Parameters
-
double | $dPrice | product price |
Definition at line 150 of file oxpaymentlist.php.
oxPaymentList::setHomeCountry |
( |
|
$sHomeCountry | ) |
|
Home country setter
- Parameters
-
string | $sHomeCountry | country id |
Definition at line 32 of file oxpaymentlist.php.
Member Data Documentation
oxPaymentList::$_sHomeCountry = null |
|
protected |
The documentation for this class was generated from the following file: