Public Member Functions | |
save () | |
getAllRDFaPayments () | |
getAssignedRDFaPayments () | |
Protected Attributes | |
$_sThisTemplate = "payment_rdfa.tpl" | |
$_aRDFaPayments |
Admin article RDFa payment manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Shop Settings -> Payment Methods -> RDFa.
Definition at line 8 of file payment_rdfa.php.
payment_rdfa.getAllRDFaPayments | ( | ) |
Returns an array including all available RDFa payments.
Definition at line 68 of file payment_rdfa.php.
payment_rdfa.getAssignedRDFaPayments | ( | ) |
Returns array of RDFa payments which are assigned to current payment
Definition at line 87 of file payment_rdfa.php.
payment_rdfa.save | ( | ) |
Saves changed mapping configurations
Reimplemented from oxAdminView.
Reimplemented in deliveryset_rdfa.
Definition at line 44 of file payment_rdfa.php.
payment_rdfa.$_aRDFaPayments [protected] |
array("ByBankTransferInAdvance" => 0, "ByInvoice" => 0, "Cash" => 0, "CheckInAdvance" => 0, "COD" => 0, "DirectDebit" => 0, "GoogleCheckout" => 0, "PayPal" => 0, "PaySwarm" => 0, "AmericanExpress" => 1, "DinersClub" => 1, "Discover" => 1, "JCB" => 1, "MasterCard" => 1, "VISA" => 1)
Definition at line 23 of file payment_rdfa.php.
payment_rdfa.$_sThisTemplate = "payment_rdfa.tpl" [protected] |
Reimplemented from oxAdminView.
Reimplemented in deliveryset_rdfa.
Definition at line 15 of file payment_rdfa.php.