VariationPriceList

Namespace

IO\Helper

Constants
Type Name Value Description

string

TYPE_DEFAULT

'default'

string

TYPE_RRP

'rrp'

string

TYPE_SPECIAL_OFFER

'specialOffer'

Properties
Type Name Description

``

$basePrices

int

$itemId

int

$variationId

float

$minimumOrderQuantity

float

$maximumOrderQuantity

``

$lot

``

$unit

``

$prices

NumberFormatFilter

$numberFormatFilter

UnitService

$unitService

LiveShoppingRepositoryContract

$liveShoppingRepo

``

$showNetPrice

SalesPriceSearchResponse

$defaultPrice

``

$cache

Methods
public __construct()
public static create()
public findPriceForQuantity()
public getGraduatedPrices($showNetPrice = false)
Parameters

Type

Name

Description

``

$showNetPrice

public getBasePrice()
public toArray($quantity = null)
Parameters

Type

Name

Description

``

$quantity

public getCalculatedPrices($quantity = null)
Parameters

Type

Name

Description

``

$quantity

public convertCurrency($value)
Parameters

Type

Name

Description

``

$value

public convertGrossNet()
public getDefaultPrice()
public fromMemoryCache()
public resetMemoryCache($key = null)
Parameters

Type

Name

Description

``

$key