phpDocumentor

ProductSettingsInterface

Interface ProductSettingsInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

getDetailsTemplate()  : string
Returns the details template name.
getGraduatedQuantity()  : float
Returns the graduated quantity.
getMinOrder()  : float
Returns the minimum order value.
getOptionsDetailsTemplate()  : string
Returns the options details template.
getOptionsListingTemplate()  : string
Returns the options listing template.
getPriceStatus()  : int
Returns the price status.
getPropertiesCombisQuantityCheckMode()  : int
Returns the mode which is used for the quantity check.
getPropertiesDropdownMode()  : string
Returns the properties dropdown mode.
getSitemapChangeFreq()  : string
Returns the sitemap change frequency.
getSitemapPriority()  : string
Returns the sitemap priority.
getSpecialOfferId()  : int
Returns the Special offer id.
getStartpageSortOrder()  : int
Returns the sort position.
isPermittedCustomerStatus()  : bool
Returns true when the customer status is permitted, false otherwise.
isSitemapEntry()  : bool
Returns true when the product is to be displayed in the sitemap, false otherwise.
setDetailsTemplate()  : ProductSettingsInterface|$this
Sets the details listing template.
setGraduatedQuantity()  : ProductSettingsInterface|$this
Sets the graduated quantity.
setMinOrder()  : ProductSettingsInterface|$this
Sets the min order value.
setOptionsDetailsTemplate()  : ProductSettingsInterface|$this
Sets the options details template.
setOptionsListingTemplate()  : ProductSettingsInterface|$this
Sets the options listing template.
setPermittedCustomerStatus()  : ProductSettingsInterface|$this
Sets customer status permissions.
setPriceStatus()  : ProductSettingsInterface|$this
Sets the price status.
setPropertiesCombisQuantityCheckMode()  : ProductSettings|$this
Determine which mode for the quantity check should be used.
setPropertiesDropdownMode()  : ProductSettingsInterface|$this
Sets the properties dropdown mode.
setShowAddedDateTime()  : ProductSettingsInterface|$this
Shows or hides the added date time of a product.
setShowOnStartpage()  : ProductSettingsInterface|$this
Shows or hides a product on the start page.
setShowPriceOffer()  : ProductSettingsInterface|$this
Shows or hides the price offer of a product.
setShowPropertiesPrice()  : ProductSettingsInterface|$this
Shows or hides the properties price of a product.
setShowQuantityInfo()  : ProductSettingsInterface|$this
Shows or hides the quantity info of a product.
setShowWeight()  : ProductSettingsInterface|$this
Shows or hides the weight of a product.
setSitemapChangeFreq()  : ProductSettingsInterface|$this
Sets the sitemap change frequency.
setSitemapEntry()  : ProductSettingsInterface|$this
Shows or hides a product in the sitemap.
setSitemapPriority()  : ProductSettingsInterface|$this
Sets the sitemap priority.
setSpecialOfferId()  : ProductSettingsInterface|$this
Sets Special offer id.
setStartpageSortOrder()  : ProductSettingsInterface|$this
Sets the start page sort order.
setUsePropertiesCombisShippingTime()  : ProductSettingsInterface|$this
Determine whether the properties combis shipping time is to be used or not.
setUsePropertiesCombisWeight()  : ProductSettingsInterface|$this
Determine whether the properties combis weight is to be used or not.
showAddedDateTime()  : bool
Returns true when the added date time is to be displayed, false otherwise.
showOnStartpage()  : bool
Returns true when the product is displayed on the start page, false otherwise.
showPriceOffer()  : bool
Returns true when the price offer is to be displayed, false otherwise.
showPropertiesPrice()  : bool
Returns true when the properties price is to be displayed, false otherwise.
showQuantityInfo()  : bool
Returns true when the quantity info is to be displayed, false otherwise.
showWeight()  : bool
Returns true when the weight is to be displayed, false otherwise.
usePropertiesCombisShippingTime()  : bool
Returns true when the properties combis shipping time is to be used, false otherwise.
usePropertiesCombisWeight()  : bool
Returns true when the properties combis weight is to be used, false otherwise.

Methods

getOptionsDetailsTemplate()

Returns the options details template.

public getOptionsDetailsTemplate() : string
Return values
string

getOptionsListingTemplate()

Returns the options listing template.

public getOptionsListingTemplate() : string
Return values
string

getPropertiesCombisQuantityCheckMode()

Returns the mode which is used for the quantity check.

public getPropertiesCombisQuantityCheckMode() : int

0 = Default (global stock options) 1 = Products quantity 2 = Combis quantity 3 = No check

Return values
int

getPropertiesDropdownMode()

Returns the properties dropdown mode.

public getPropertiesDropdownMode() : string
Return values
string

getSitemapChangeFreq()

Returns the sitemap change frequency.

public getSitemapChangeFreq() : string
Return values
string

getSpecialOfferId()

Returns the Special offer id.

public getSpecialOfferId() : int
Return values
int

The special offer id.

isPermittedCustomerStatus()

Returns true when the customer status is permitted, false otherwise.

public isPermittedCustomerStatus(IdType $customerStatusId) : bool
Parameters
$customerStatusId : IdType

Id of customer status.

Return values
bool

isSitemapEntry()

Returns true when the product is to be displayed in the sitemap, false otherwise.

public isSitemapEntry() : bool
Return values
bool

setPropertiesCombisQuantityCheckMode()

Determine which mode for the quantity check should be used.

public setPropertiesCombisQuantityCheckMode(IntType $status) : ProductSettings|$this

0 = Default (global stock options) 1 = Products quantity 2 = Combis quantity 3 = No check

Parameters
$status : IntType
Return values
ProductSettings|$this

Same ProductSettings instance for chained method calls.

showAddedDateTime()

Returns true when the added date time is to be displayed, false otherwise.

public showAddedDateTime() : bool
Return values
bool

showOnStartpage()

Returns true when the product is displayed on the start page, false otherwise.

public showOnStartpage() : bool
Return values
bool

showPriceOffer()

Returns true when the price offer is to be displayed, false otherwise.

public showPriceOffer() : bool
Return values
bool

showPropertiesPrice()

Returns true when the properties price is to be displayed, false otherwise.

public showPropertiesPrice() : bool
Return values
bool

showQuantityInfo()

Returns true when the quantity info is to be displayed, false otherwise.

public showQuantityInfo() : bool
Return values
bool

showWeight()

Returns true when the weight is to be displayed, false otherwise.

public showWeight() : bool
Return values
bool

usePropertiesCombisShippingTime()

Returns true when the properties combis shipping time is to be used, false otherwise.

public usePropertiesCombisShippingTime() : bool
Return values
bool

usePropertiesCombisWeight()

Returns true when the properties combis weight is to be used, false otherwise.

public usePropertiesCombisWeight() : bool
Return values
bool

Search results