|
OXID eShop CE
4.9.7
|
Inheritance diagram for oxVoucher:
Collaboration diagram for oxVoucher:Public Member Functions | |
| __construct () | |
| getVoucherByNr ($sVoucherNr, $aVouchers=array(), $blCheckavalability=false) | |
| markAsUsed ($sOrderId, $sUserId, $dDiscount) | |
| markAsReserved () | |
| unMarkAsReserved () | |
| getDiscountValue ($dPrice) | |
| checkVoucherAvailability ($aVouchers, $dPrice) | |
| checkBasketVoucherAvailability ($aVouchers, $dPrice) | |
| checkUserAvailability ($oUser) | |
| getSimpleVoucher () | |
| getSerie () | |
| getDiscount () | |
| getDiscountType () | |
| __get ($sName) | |
Public Member Functions inherited from oxBase | |
| getUseSkipSaveFields () | |
| setUseSkipSaveFields ($blUseSkipSaveFields) | |
| __set ($sName, $sValue) | |
| __isset ($mVar) | |
| __clone () | |
| oxClone ($oObject) | |
| getUpdateSeo () | |
| setUpdateSeo ($blUpdateSeo) | |
| init ($sTableName=null, $blForceAllFields=false) | |
| assign ($dbRecord) | |
| getClassName () | |
| getCoreTableName () | |
| getId () | |
| setId ($sOXID=null) | |
| setShopId ($iShopId) | |
| getShopId () | |
| getViewName ($blForceCoreTableUsage=null) | |
| modifyCacheKey ($sCacheKey, $blOverride=false) | |
| disableLazyLoading () | |
| isDerived () | |
| setIsDerived ($blVal) | |
| isMultilang () | |
| load ($sOXID) | |
| isLoaded () | |
| buildSelectString ($aWhere=null) | |
| assignRecord ($sSelect) | |
| getFieldData ($sFieldName) | |
| getSelectFields ($blForceCoreTableUsage=null) | |
| delete ($sOxId=null) | |
| save () | |
| allowDerivedUpdate () | |
| allowDerivedDelete () | |
| exists ($sOXID=null) | |
| getSqlActiveSnippet ($blForceCoreTable=null) | |
| beforeUpdate ($sOXID=null) | |
| onChange ($iAction=null, $sOXID=null) | |
| setInList () | |
| isOx () | |
| isReadOnly () | |
| setReadOnly ($blReadOnly) | |
| getFieldNames () | |
| addFieldName ($sName) | |
| getLanguage () | |
Public Member Functions inherited from oxSuperCfg | |
| __call ($sMethod, $aArgs) | |
| getConfig () | |
| setConfig ($oConfig) | |
| getSession () | |
| setSession ($oSession) | |
| getUser () | |
| setUser ($oUser) | |
| isAdmin () | |
| setAdminMode ($blAdmin) | |
Protected Attributes | |
| $_oSerie = null | |
| $_blDisableShopCheck = true | |
| $_sClassName = 'oxvoucher' | |
Protected Attributes inherited from oxBase | |
| $_sOXID = null | |
| $_iShopId = null | |
| $_blIsSimplyClonable = true | |
| $_sClassName = 'oxbase' | |
| $_sCoreTable = null | |
| $_sViewTable = null | |
| $_aFieldNames = array('oxid' => 0) | |
| $_sCacheKey = null | |
| $_blUseLazyLoading = false | |
| $_aSkipSaveFields = array('oxtimestamp') | |
| $_blUseSkipSaveFields = true | |
| $_sExistKey = 'oxid' | |
| $_blIsDerived = null | |
| $_blIsSeoObject = false | |
| $_blUpdateSeo = true | |
| $_blReadOnly = false | |
| $_blIsInList = false | |
| $_isLoaded = false | |
| $_aInnerLazyCache = null | |
| $_blEmployMultilanguage = false | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxBase | |
| static | $_blDisableFieldCaching = array() |
Voucher manager. Performs deletion, generating, assigning to group and other voucher managing functions.
Definition at line 9 of file oxvoucher.php.
| oxVoucher::__construct | ( | ) |
Class constructor, initiates parent constructor (parent::oxBase()).
Reimplemented from oxBase.
Definition at line 30 of file oxvoucher.php.
| oxVoucher::__get | ( | $sName | ) |
Extra getter to guarantee compatibility with templates
| string | $sName | name of variable to get |
Reimplemented from oxBase.
Definition at line 781 of file oxvoucher.php.
|
protected |
Returns basket item information array from session or order.
| oxDiscount | $oDiscount | discount object |
Definition at line 540 of file oxvoucher.php.
|
protected |
Returns the discount value used, if voucher is applied only for specific categories.
| double | $dPrice | price to calculate discount on it |
| oxVoucherException | exception |
Definition at line 746 of file oxvoucher.php.
|
protected |
Returns the discount value used.
| double | $dPrice | price to calculate discount on it |
| oxVoucherException | exception |
Definition at line 628 of file oxvoucher.php.
|
protected |
Returns basket item information (id,amount,price) array takig item list from order.
| oxDiscount | $oDiscount | discount object |
Definition at line 558 of file oxvoucher.php.
|
protected |
Returns the discount value used, if voucher is aplied only for specific products.
| double | $dPrice | price to calculate discount on it |
| oxVoucherException | exception |
Definition at line 680 of file oxvoucher.php.
|
protected |
Returns the discount object created from voucher serie data
Definition at line 509 of file oxvoucher.php.
|
protected |
Returns basket item information (id,amount,price) array taking item list from session.
| oxDiscount | $oDiscount | discount object |
Definition at line 592 of file oxvoucher.php.
|
protected |
Returns a configured value for voucher timeouts or a default of 3 hours if not configured
Definition at line 805 of file oxvoucher.php.
|
protected |
Checks if user already used vouchers from this series and can he use it again.
| object | $oUser | user object |
| oxVoucherException | exception |
Definition at line 386 of file oxvoucher.php.
|
protected |
Checks availability about price. Returns error array.
| double | $dPrice | base article price |
| oxVoucherException | exception |
Definition at line 210 of file oxvoucher.php.
|
protected |
Checks if calculation with vouchers from the other series possible. Returns true on success.
| array | $aVouchers | array of vouchers |
| oxVoucherException | exception |
Definition at line 270 of file oxvoucher.php.
|
protected |
Checks if calculation with vouchers of the same series possible. Returns true on success.
| array | $aVouchers | array of vouchers |
| oxVoucherException | exception |
Definition at line 235 of file oxvoucher.php.
|
protected |
Returns true if voucher is category specific, otherwise false
Definition at line 494 of file oxvoucher.php.
|
protected |
Checks if voucher is not yet reserved before.
| oxVoucherException | exception |
Definition at line 344 of file oxvoucher.php.
|
protected |
Returns true if voucher is product specific, otherwise false
Definition at line 479 of file oxvoucher.php.
|
protected |
Checks if voucher is in valid time period. Returns true on success.
| oxVoucherException | exception |
Definition at line 307 of file oxvoucher.php.
|
protected |
Checks if user belongs to the same group as the voucher. Returns true on sucess.
| object | $oUser | user object |
| oxVoucherException | exception |
Definition at line 416 of file oxvoucher.php.
| oxVoucher::checkBasketVoucherAvailability | ( | $aVouchers, | |
| $dPrice | |||
| ) |
Performs basket level voucher availability check (no need to check if voucher is reserved or so).
| array | $aVouchers | array of vouchers |
| double | $dPrice | current sum (price) |
| oxVoucherException | exception |
Definition at line 190 of file oxvoucher.php.
| oxVoucher::checkUserAvailability | ( | $oUser | ) |
Checks availability for the given user. Returns array with errors.
| object | $oUser | user object |
| oxVoucherException | exception |
Definition at line 367 of file oxvoucher.php.
| oxVoucher::checkVoucherAvailability | ( | $aVouchers, | |
| $dPrice | |||
| ) |
Checks availability without user logged in. Returns array with errors.
| array | $aVouchers | array of vouchers |
| double | $dPrice | current sum (price) |
| oxVoucherException | exception |
Definition at line 167 of file oxvoucher.php.
| oxVoucher::getDiscount | ( | ) |
| oxVoucher::getDiscountType | ( | ) |
| oxVoucher::getDiscountValue | ( | $dPrice | ) |
Returns the discount value used.
| double | $dPrice | price to calculate discount on it |
| oxVoucherException | exception |
Definition at line 145 of file oxvoucher.php.
| oxVoucher::getSerie | ( | ) |
create oxVoucherSeries object of this voucher
Definition at line 460 of file oxvoucher.php.
| oxVoucher::getSimpleVoucher | ( | ) |
Returns compact voucher object which is used in oxBasket
Definition at line 444 of file oxvoucher.php.
| oxVoucher::getVoucherByNr | ( | $sVoucherNr, | |
$aVouchers = array(), |
|||
$blCheckavalability = false |
|||
| ) |
Gets voucher from db by given number.
| string | $sVoucherNr | Voucher number |
| array | $aVouchers | Array of available vouchers (default array()) |
| bool | $blCheckavalability | check if voucher is still reserver od not |
| oxVoucherException | exception |
Definition at line 47 of file oxvoucher.php.
| oxVoucher::markAsReserved | ( | ) |
mark voucher as reserved
Definition at line 109 of file oxvoucher.php.
| oxVoucher::markAsUsed | ( | $sOrderId, | |
| $sUserId, | |||
| $dDiscount | |||
| ) |
marks voucher as used
| string | $sOrderId | order id |
| string | $sUserId | user id |
| double | $dDiscount | used discount |
Definition at line 94 of file oxvoucher.php.
| oxVoucher::unMarkAsReserved | ( | ) |
un mark as reserved
Definition at line 124 of file oxvoucher.php.
|
protected |
Definition at line 20 of file oxvoucher.php.
|
protected |
Definition at line 12 of file oxvoucher.php.
|
protected |
Definition at line 25 of file oxvoucher.php.