Basket manager
Definition at line 7 of file oxbasket.php.
oxBasket.__wakeUp | ( | ) |
Resets new basket item addition state on unserialization
Definition at line 3093 of file oxbasket.php.
oxBasket._addBundles | ( | ) | [protected] |
Iterates through basket contents and adds bundles to items + adds global basket bundles
Definition at line 691 of file oxbasket.php.
oxBasket._addBundlesToBasket | ( | $ | aBundles | ) | [protected] |
Adds bundles to basket
array | $aBundles added bundle articles |
Definition at line 734 of file oxbasket.php.
oxBasket._addedNewItem | ( | $ | sProductID, | |
$ | dAmount, | |||
$ | aSel, | |||
$ | aPersParam, | |||
$ | blOverride, | |||
$ | blBundle, | |||
$ | sOldBasketItemId | |||
) | [protected] |
Is called when new basket item is successfully added
string | $sProductID id of product | |
double | $dAmount product amount | |
array | $aSel product select lists (default null) | |
array | $aPersParam product persistent parameters (default null) | |
bool | $blOverride marker to acumulate passed amount or renew (default false) | |
bool | $blBundle marker if product is bundle or not (default false) | |
string | $sOldBasketItemId id if old basket item if to change it |
Definition at line 3080 of file oxbasket.php.
oxBasket._applyDiscounts | ( | ) | [protected] |
Performs netto price and VATs calculations including discounts and vouchers.
Definition at line 1141 of file oxbasket.php.
oxBasket._calcBasketDiscount | ( | ) | [protected] |
Loads basket discounts and calculates discount values.
Definition at line 1207 of file oxbasket.php.
oxBasket._calcBasketGiftCard | ( | ) | [protected] |
Adds Gift price info to $this->oBasket (additional field for basket item "oWrap""). Loads each basket item, checks for wrapping data, updates if available and stores back into $this->oBasket. Returns oxprice object for wrapping.
Definition at line 1334 of file oxbasket.php.
oxBasket._calcBasketTotalDiscount | ( | ) | [protected] |
oxBasket._calcBasketWrapping | ( | ) | [protected] |
Adds Gift price info to $this->oBasket (additional field for basket item "oWrap""). Loads each basket item, checks for wrapping data, updates if available and stores back into $this->oBasket. Returns oxprice object for wrapping.
Definition at line 1303 of file oxbasket.php.
oxBasket._calcDeliveryCost | ( | ) | [protected] |
Iterates through basket items and calculates its delivery costs
Definition at line 861 of file oxbasket.php.
oxBasket._calcItemsPrice | ( | ) | [protected] |
Iterates through basket items and calculates its prices and discounts
Definition at line 755 of file oxbasket.php.
oxBasket._calcPaymentCost | ( | ) | [protected] |
Payment cost calculation, applying payment discount if available. Returns oxprice object.
Definition at line 1365 of file oxbasket.php.
oxBasket._calcTotalPrice | ( | ) | [protected] |
Performs final sum calculation and rounding.
Definition at line 990 of file oxbasket.php.
oxBasket._calcTsProtectionCost | ( | ) | [protected] |
TS Protection cost calculation. Returns oxprice object.
Definition at line 1389 of file oxbasket.php.
oxBasket._calcVoucherDiscount | ( | ) | [protected] |
oxBasket._canSaveBasket | ( | ) | [protected] |
oxBasket._changeBasketItemKey | ( | $ | sOldKey, | |
$ | sNewKey, | |||
$ | value = null | |||
) | [protected] |
change old key to new one but retain key position in array
string | $sOldKey old key | |
string | $sNewKey new key to place in old one's place | |
mixed | $value (optional) |
Definition at line 349 of file oxbasket.php.
oxBasket._clearBundles | ( | ) | [protected] |
Unsets bundled basket items from basket contents array
Definition at line 581 of file oxbasket.php.
oxBasket._deleteSavedBasket | ( | ) | [protected] |
Cleans up saved basket data. This method usually is initiated by oxbasket.deleteBasket() method which cleans up basket data when user completes order.
Definition at line 1764 of file oxbasket.php.
oxBasket._findDelivCountry | ( | ) | [protected] |
Tries to fetch user delivery country ID
Definition at line 1782 of file oxbasket.php.
oxBasket._getArticleBundles | ( | $ | oBasketItem | ) | [protected] |
Returns array of bundled articles IDs for basket item
object | $oBasketItem basket item object |
Definition at line 598 of file oxbasket.php.
oxBasket._getBasketBundles | ( | $ | aBundles = array() |
) | [protected] |
Returns array of bundled discount articles for whole basket
array | $aBundles array of found bundles |
Definition at line 660 of file oxbasket.php.
oxBasket._getDiscountedProductsSum | ( | ) |
Returns ( current basket products sum - total discount - voucher discount )
Definition at line 2745 of file oxbasket.php.
oxBasket._getItemBundles | ( | $ | oBasketItem, | |
$ | aBundles = array() | |||
) | [protected] |
Returns array of bundled discount articles
object | $oBasketItem basket item object | |
array | $aBundles array of found bundles |
Definition at line 622 of file oxbasket.php.
oxBasket._getPriceObject | ( | ) | [protected] |
Returns prepared oxPrice object depending on view mode
Definition at line 1189 of file oxbasket.php.
oxBasket._isProductInRootCategory | ( | $ | sProductId, | |
$ | sRootCatId | |||
) | [protected] |
Checks if product is in root category
string | $sProductId product id | |
string | $sRootCatId root category id |
Definition at line 2886 of file oxbasket.php.
oxBasket._mergeDiscounts | ( | $ | aDiscounts, | |
$ | aItemDiscounts | |||
) | [protected] |
Merges two discount arrays. If there are two the same discounts, discount values will be added.
Definition at line 843 of file oxbasket.php.
oxBasket._save | ( | ) | [protected] |
oxBasket.addOrderArticleToBasket | ( | $ | oOrderArticle | ) |
Adds order article to basket (method normally used while recalculating order)
oxorderarticle | $oOrderArticle order article to store in basket |
Definition at line 479 of file oxbasket.php.
oxBasket.addToBasket | ( | $ | sProductID, | |
$ | dAmount, | |||
$ | aSel = null , |
|||
$ | aPersParam = null , |
|||
$ | blOverride = false , |
|||
$ | blBundle = false , |
|||
$ | sOldBasketItemId = null | |||
) |
Adds user item to basket. Returns oxBasketItem object if adding succeeded
string | $sProductID id of product | |
double | $dAmount product amount | |
mixed | $aSel product select lists (default null) | |
mixed | $aPersParam product persistent parameters (default null) | |
bool | $blOverride marker to accumulate passed amount or renew (default false) | |
bool | $blBundle marker if product is bundle or not (default false) | |
mixed | $sOldBasketItemId id if old basket item if to change it |
Definition at line 379 of file oxbasket.php.
oxBasket.addVoucher | ( | $ | sVoucherId | ) |
Checks and sets voucher information. Checks it's availability according to few conditions: oxvoucher.checkVoucherAvailability(), oxvoucher.checkUserAvailability(). Errors are stored in oxbasket.voucherErrors array. After all voucher is marked as reserved (oxvoucher.MarkAsReserved())
string | $sVoucherId voucher ID |
Definition at line 1606 of file oxbasket.php.
oxBasket.afterUpdate | ( | ) |
oxBasket.calculateBasket | ( | $ | blForceUpdate = false |
) |
Executes all needed functions to calculate basket price and other needed info
bool | $blForceUpdate set this parameter to TRUE to force basket recalculation |
Definition at line 1424 of file oxbasket.php.
oxBasket.canAddProductToBasket | ( | $ | sProductId | ) |
Checks if product can be added to basket
string | $sProductId product id |
Definition at line 2837 of file oxbasket.php.
oxBasket.canCalcDiscounts | ( | ) |
Returns true if discount calculation is enabled
Definition at line 829 of file oxbasket.php.
oxBasket.deleteBasket | ( | ) |
oxBasket.formatDiscount | ( | ) | [protected] |
oxBasket.getAdditionalServicesVatPercent | ( | ) |
oxBasket.getArtStockInBasket | ( | $ | sArtId, | |
$ | sExpiredArtId = null | |||
) |
Returns stock of article in basket, including bundle article
string | $sArtId article id | |
string | $sExpiredArtId item id of updated article |
Definition at line 2816 of file oxbasket.php.
oxBasket.getBasketArticles | ( | ) |
Returns array of basket oxarticle objects
Definition at line 1918 of file oxbasket.php.
oxBasket.getBasketCurrency | ( | ) |
oxBasket.getBasketRootCatId | ( | ) |
oxBasket.getBasketSummary | ( | ) |
Function collects summary information about basket. Usually this info is used while calculating discounts or so. Data is stored in static class parameter oxbasket.$_aBasketSummary
Definition at line 1534 of file oxbasket.php.
oxBasket.getBasketUser | ( | ) |
oxBasket.getBruttoSum | ( | ) |
Return basket brutto sum (in B2C view mode sum include discount)
Definition at line 301 of file oxbasket.php.
oxBasket.getCard | ( | ) |
Returns gift card object (if available)
Definition at line 2180 of file oxbasket.php.
oxBasket.getCardId | ( | ) |
oxBasket.getCardMessage | ( | ) |
oxBasket.getContents | ( | ) |
oxBasket.getCosts | ( | $ | sId = null |
) |
Returns array of basket costs. By passing cost identifier method will return this cost if available
string | $sId cost id ( optional ) |
Definition at line 2023 of file oxbasket.php.
oxBasket.getDelCostNet | ( | ) |
Returns formatted netto price of delivery costs
Definition at line 2349 of file oxbasket.php.
oxBasket.getDelCostVat | ( | ) |
Returns formatted VAT of delivery costs
Definition at line 2331 of file oxbasket.php.
oxBasket.getDelCostVatPercent | ( | ) |
Returns VAT of delivery costs
Definition at line 2319 of file oxbasket.php.
oxBasket.getDeliveryCost | ( | ) |
oxBasket.getDeliveryCosts | ( | ) |
Returns if exists delivery costs
Definition at line 2685 of file oxbasket.php.
oxBasket.getDiscountedNettoPrice | ( | ) |
Returns product netto price with applied discounts and vouchers
Definition at line 2123 of file oxbasket.php.
oxBasket.getDiscountedProductsBruttoPrice | ( | ) |
Returns ( current basket products sum - total discount - voucher discount )
Definition at line 2768 of file oxbasket.php.
oxBasket.getDiscountProductsPrice | ( | ) |
Returns pricelist object of discounted products
Definition at line 1959 of file oxbasket.php.
oxBasket.getDiscounts | ( | ) |
Returns applied discount information array
Definition at line 2206 of file oxbasket.php.
oxBasket.getFDeliveryCosts | ( | ) |
Returns if exists formatted delivery costs
Definition at line 2668 of file oxbasket.php.
oxBasket.getFGiftCardCosts | ( | ) |
Returns if exists formatted gift card costs
Definition at line 2629 of file oxbasket.php.
oxBasket.getFPaymentCosts | ( | ) |
Returns if exists formatted payment costs
Definition at line 2444 of file oxbasket.php.
oxBasket.getFPrice | ( | ) |
Returns formatted basket total price
Definition at line 2656 of file oxbasket.php.
oxBasket.getFProductsPrice | ( | ) |
Formatted Products price getter
Definition at line 2307 of file oxbasket.php.
oxBasket.getFTsProtectionCosts | ( | ) |
Returns if exists formatted TS protection costs
Definition at line 2976 of file oxbasket.php.
oxBasket.getFVoucherDiscountValue | ( | ) |
Returns formatted voucher discount
Definition at line 2473 of file oxbasket.php.
oxBasket.getFWrappingCosts | ( | ) |
Returns if exists formatted wrapping costs
Definition at line 2558 of file oxbasket.php.
oxBasket.getGiftCardCost | ( | ) |
oxBasket.getGiftCardCostNet | ( | ) |
Returns formatted netto price of gift card costs
Definition at line 2608 of file oxbasket.php.
oxBasket.getGiftCardCostVat | ( | ) |
Returns formatted VAT of gift card costs
Definition at line 2586 of file oxbasket.php.
oxBasket.getGiftCardCostVatPercent | ( | ) |
Returns VAT of gift card costs
Definition at line 2504 of file oxbasket.php.
oxBasket.getItemKey | ( | $ | sProductId, | |
$ | aSel = null , |
|||
$ | aPersParam = null , |
|||
$ | blBundle = false , |
|||
$ | sAdditionalParam = '' | |||
) |
Returns unique basket item identifier which consist from product ID, select lists data, persistent info and bundle property
string | $sProductId basket item id | |
array | $aSel basket item selectlists | |
array | $aPersParam basket item persistent parameters | |
bool | $blBundle bundle marker | |
string | $sAdditionalParam possible additional information |
Definition at line 539 of file oxbasket.php.
oxBasket.getItemsCount | ( | ) |
Returns count of items stored in basket
Definition at line 2057 of file oxbasket.php.
oxBasket.getMinOrderPrice | ( | ) |
oxBasket.getMostUsedVatPercent | ( | ) |
oxBasket.getNettoSum | ( | ) |
Return basket netto sum (in B2B view mode sum include discount)
Definition at line 291 of file oxbasket.php.
oxBasket.getNotDiscountProductsPrice | ( | ) |
Returns pricelist object of not discounted products
Definition at line 3062 of file oxbasket.php.
oxBasket.getOrderId | ( | ) |
Returns unique order ID assigned to current basket. This id is only awailable on last order step
Definition at line 1998 of file oxbasket.php.
oxBasket.getPayCostNet | ( | ) |
Returns formatted netto price of payment costs
Definition at line 2400 of file oxbasket.php.
oxBasket.getPayCostVat | ( | ) |
Returns formatted VAT of payment costs
Definition at line 2382 of file oxbasket.php.
oxBasket.getPayCostVatPercent | ( | ) |
Returns VAT of payment costs
Definition at line 2370 of file oxbasket.php.
oxBasket.getPaymentCost | ( | ) |
oxBasket.getPaymentCosts | ( | ) |
Returns payment costs brutto value
Definition at line 2419 of file oxbasket.php.
oxBasket.getPaymentId | ( | ) |
Get basket payment, if payment id is not set, try to get it from session
Definition at line 1852 of file oxbasket.php.
oxBasket.getPrice | ( | ) |
oxBasket.getPriceForPayment | ( | ) |
Get basket price for payment cost calculation. Returned price is with applied discounts, vouchers and added delivery cost
Definition at line 2723 of file oxbasket.php.
oxBasket.getProductsCount | ( | ) |
Returns number of different products stored in basket
Definition at line 2047 of file oxbasket.php.
oxBasket.getProductsNetPrice | ( | ) |
Formatted Products net price getter
Definition at line 2295 of file oxbasket.php.
oxBasket.getProductsPrice | ( | ) |
Returns basket products price list object
Definition at line 1969 of file oxbasket.php.
oxBasket.getProductVats | ( | $ | blFormatCurrency = true |
) |
Returns array of plain of formatted VATs which were calculated for basket
bool | $blFormatCurrency enables currency formatting |
Definition at line 2089 of file oxbasket.php.
oxBasket.getShippingId | ( | ) |
Get basket shipping set, if shipping set id is not set, try to get it from session
Definition at line 1890 of file oxbasket.php.
oxBasket.getStockCheckMode | ( | ) |
oxBasket.getTotalDiscount | ( | ) |
Returns total basket discount oxprice object
Definition at line 2196 of file oxbasket.php.
oxBasket.getTrustedShopProtectionCost | ( | ) |
Returns TS protection costs brutto value
Definition at line 3051 of file oxbasket.php.
oxBasket.getTsProductId | ( | ) |
Trusted shops protection product ID getter
Definition at line 2964 of file oxbasket.php.
oxBasket.getTsProtectionCosts | ( | ) |
Returns TS protection costs brutto value
Definition at line 3037 of file oxbasket.php.
oxBasket.getTsProtectionNet | ( | ) |
Returns formatted netto price of TS protection costs
Definition at line 3021 of file oxbasket.php.
oxBasket.getTsProtectionVat | ( | ) |
Returns formatted VAT of TS protection costs
Definition at line 3004 of file oxbasket.php.
oxBasket.getTsProtectionVatPercent | ( | ) |
Returns VAT of TS protection costs
Definition at line 2992 of file oxbasket.php.
oxBasket.getVoucherDiscount | ( | ) |
Returns basket voucher discount oxprice object
Definition at line 2220 of file oxbasket.php.
oxBasket.getVoucherDiscValue | ( | ) |
oxBasket.getVouchers | ( | ) |
Returns array of vouchers applied to basket
Definition at line 2037 of file oxbasket.php.
oxBasket.getWeight | ( | ) |
oxBasket.getWrappCostNet | ( | ) |
Returns formatted netto price of wrapping costs
Definition at line 2537 of file oxbasket.php.
oxBasket.getWrappCostVat | ( | ) |
Returns formatted VAT of wrapping costs
Definition at line 2516 of file oxbasket.php.
oxBasket.getWrappCostVatPercent | ( | ) |
Returns VAT of wrapping costs
Definition at line 2491 of file oxbasket.php.
oxBasket.getWrappingCost | ( | ) |
oxBasket.hasDownloadableProducts | ( | ) |
Returns true if at least one product is downloadable in basket
Definition at line 3118 of file oxbasket.php.
oxBasket.hasSkipedDiscount | ( | ) |
Returns true if discount must be skipped for one of the products
Definition at line 2271 of file oxbasket.php.
oxBasket.isBelowMinOrderPrice | ( | ) |
Returns TRUE if ( current basket products sum - total discount - voucher discount ) > 0
Definition at line 2791 of file oxbasket.php.
oxBasket.isCalculationModeNetto | ( | ) |
oxBasket.isEnabled | ( | ) |
Checks if configuration allows basket usage or if user agent is search engine
Definition at line 335 of file oxbasket.php.
oxBasket.isNewItemAdded | ( | ) |
Returns true if new product was just added to basket
Definition at line 3104 of file oxbasket.php.
oxBasket.isPriceViewModeNetto | ( | ) |
oxBasket.isProportionalCalculationOn | ( | ) |
oxBasket.load | ( | ) |
Populates current basket from the saved one.
Definition at line 1709 of file oxbasket.php.
oxBasket.onUpdate | ( | ) |
Notifies basket that recalculation is needed
Definition at line 1512 of file oxbasket.php.
oxBasket.removeItem | ( | $ | sItemKey | ) |
Removes item from basket
string | $sItemKey basket item key |
Definition at line 556 of file oxbasket.php.
oxBasket.removeVoucher | ( | $ | sVoucherId | ) |
Removes voucher from basket and unreserved it.
string | $sVoucherId removable voucher ID |
Definition at line 1646 of file oxbasket.php.
oxBasket.resetUserInfo | ( | ) |
Resets user related information kept in basket object
Definition at line 1668 of file oxbasket.php.
oxBasket.setBasketCurrency | ( | $ | oCurrency | ) |
Set basket currency
object | $oCurrency currency object |
Definition at line 2235 of file oxbasket.php.
oxBasket.setBasketRootCatId | ( | $ | sRoot | ) |
Set active basket root category
string | $sRoot Root category id |
Definition at line 2910 of file oxbasket.php.
oxBasket.setBasketUser | ( | $ | oUser | ) |
Basket user setter
oxuser | $oUser Basket user |
Definition at line 931 of file oxbasket.php.
oxBasket.setBruttoSum | ( | $ | dBruttoSum | ) |
Set basket brutto sum
decimal | $dBruttoSum sum of basket in brutto mode |
Definition at line 325 of file oxbasket.php.
oxBasket.setCalculationModeNetto | ( | $ | blNettoMode = true |
) |
Set netto calculation mode
bool | $blNettoMode - true in netto; false - turn off |
Definition at line 281 of file oxbasket.php.
oxBasket.setCardId | ( | $ | sCardId | ) |
Gift card ID setter
string | $sCardId gift card id |
Definition at line 2160 of file oxbasket.php.
oxBasket.setCardMessage | ( | $ | sMessage | ) |
Gift card message setter
string | $sMessage gift card message |
Definition at line 2138 of file oxbasket.php.
oxBasket.setCatChangeWarningState | ( | $ | blShow | ) |
Sets category change warn state
bool | $blShow to show warning or not |
Definition at line 2932 of file oxbasket.php.
oxBasket.setCost | ( | $ | sCostName, | |
$ | oPrice = null | |||
) |
Sets basket additional costs
string | $sCostName additional costs | |
object | $oPrice oxPrice |
Definition at line 1411 of file oxbasket.php.
oxBasket.setDeliveryPrice | ( | $ | oShippingPrice = null |
) |
Set basket shipping price
string | $oShippingPrice delivery costs |
Definition at line 1880 of file oxbasket.php.
oxBasket.setDiscountCalcMode | ( | $ | blCalcDiscounts | ) |
Sets discount calculation mode
bool | $blCalcDiscounts calculate discounts or not |
Definition at line 819 of file oxbasket.php.
oxBasket.setNettoSum | ( | $ | dNettoSum | ) |
Set basket netto sum
decimal | $dNettoSum sum of basket in netto mode |
Definition at line 313 of file oxbasket.php.
oxBasket.setOrderId | ( | $ | sId | ) |
Basket order ID setter
string | $sId unique id for basket order |
Definition at line 2010 of file oxbasket.php.
oxBasket.setPayment | ( | $ | sPaymentId = null |
) |
Set basket payment ID
string | $sPaymentId payment id |
Definition at line 1842 of file oxbasket.php.
oxBasket.setShipping | ( | $ | sShippingSetId = null |
) |
Set basket shipping set ID
string | $sShippingSetId deliveryset id |
Definition at line 1867 of file oxbasket.php.
oxBasket.setSkipDiscounts | ( | $ | blSkip | ) |
Used to set "skip discounts" status for basket
bool | $blSkip set true to skip discounts |
Definition at line 2283 of file oxbasket.php.
oxBasket.setSkipVouchersChecking | ( | $ | blSkipChecking = null |
) |
Set skip or not vouchers availability checking
bool | $blSkipChecking skip or not vouchers checking |
Definition at line 2261 of file oxbasket.php.
oxBasket.setStockCheckMode | ( | $ | blCheck | ) |
Sets stock control mode
bool | $blCheck stock control mode |
Definition at line 512 of file oxbasket.php.
oxBasket.setTotalDiscount | ( | $ | dDiscount | ) |
Sets total discount value
double | $dDiscount new total discount value |
Definition at line 2710 of file oxbasket.php.
oxBasket.setTsProductId | ( | $ | sProductId | ) |
Trusted shops protection product ID setter
string | $sProductId product id |
Definition at line 2954 of file oxbasket.php.
oxBasket.setVoucherDiscount | ( | $ | dDiscount | ) |
Voucher discount setter
double | $dDiscount voucher discount value |
Definition at line 1052 of file oxbasket.php.
oxBasket.showCatChangeWarning | ( | ) |
oxBasket.$_aBasketContents = array() [protected] |
Definition at line 14 of file oxbasket.php.
oxBasket.$_aBasketSummary = null [protected] |
Definition at line 133 of file oxbasket.php.
oxBasket.$_aCosts = array() [protected] |
Definition at line 105 of file oxbasket.php.
oxBasket.$_aDiscountedVats = null [protected] |
Definition at line 196 of file oxbasket.php.
oxBasket.$_aDiscounts = array() [protected] |
Definition at line 77 of file oxbasket.php.
oxBasket.$_aItemDiscounts = array() [protected] |
Definition at line 84 of file oxbasket.php.
oxBasket.$_aVouchers = array() [protected] |
Definition at line 98 of file oxbasket.php.
oxBasket.$_blCalcDiscounts = true [protected] |
Definition at line 224 of file oxbasket.php.
oxBasket.$_blCheckStock = true [protected] |
Definition at line 217 of file oxbasket.php.
oxBasket.$_blDownloadableProducts = null [protected] |
Definition at line 257 of file oxbasket.php.
oxBasket.$_blNewITemAdded = null [protected] |
Definition at line 251 of file oxbasket.php.
oxBasket.$_blShowCatChangeWarning = false [protected] |
Definition at line 238 of file oxbasket.php.
oxBasket.$_blSkipDiscounts = false [protected] |
Definition at line 203 of file oxbasket.php.
oxBasket.$_blSkipVouchersAvailabilityChecking = null [protected] |
Definition at line 182 of file oxbasket.php.
oxBasket.$_blUpdateNeeded = true [protected] |
Definition at line 126 of file oxbasket.php.
oxBasket.$_dBruttoSum = null [protected] |
Definition at line 63 of file oxbasket.php.
oxBasket.$_dDiscountedProductNettoPrice = null [protected] |
Definition at line 189 of file oxbasket.php.
oxBasket.$_dItemsCnt = 0.0 [protected] |
Definition at line 28 of file oxbasket.php.
oxBasket.$_dNettoSum = null [protected] |
Definition at line 56 of file oxbasket.php.
oxBasket.$_dWeight = 0.0 [protected] |
Definition at line 35 of file oxbasket.php.
oxBasket.$_iProductsCnt = 0 [protected] |
Definition at line 21 of file oxbasket.php.
oxBasket.$_isCalculationModeNetto = null [protected] |
Definition at line 49 of file oxbasket.php.
oxBasket.$_oCurrency = null [protected] |
Definition at line 175 of file oxbasket.php.
oxBasket.$_oDeliveryPrice = null [protected] |
Definition at line 210 of file oxbasket.php.
oxBasket.$_oDiscountProductsPriceList = null [protected] |
Definition at line 112 of file oxbasket.php.
oxBasket.$_oNotDiscountedProductsPriceList = null [protected] |
Definition at line 119 of file oxbasket.php.
oxBasket.$_oPrice = null [protected] |
Definition at line 42 of file oxbasket.php.
oxBasket.$_oProductsPriceList = null [protected] |
Definition at line 70 of file oxbasket.php.
oxBasket.$_oTotalDiscount = null [protected] |
Definition at line 161 of file oxbasket.php.
oxBasket.$_oUser = null [protected] |
Definition at line 154 of file oxbasket.php.
oxBasket.$_oVoucherDiscount = null [protected] |
Definition at line 168 of file oxbasket.php.
oxBasket.$_sBasketCategoryId = null [protected] |
Definition at line 231 of file oxbasket.php.
oxBasket.$_sOrderId = null [protected] |
Definition at line 91 of file oxbasket.php.
oxBasket.$_sPaymentId = null [protected] |
Definition at line 140 of file oxbasket.php.
oxBasket.$_sShippingSetId = null [protected] |
Definition at line 147 of file oxbasket.php.
oxBasket.$_sTsProductId = null [protected] |
Definition at line 245 of file oxbasket.php.