Package DE_EPAGES::MultiStore::API::Object::SubShopProduct
object interface for SubShopProduct.
Base |
DE_EPAGES::Product::API::Object::Product |
Functions
featureName
Returns the feature name.
Syntax |
$FeatureName = $Product->featureName; |
Return |
|
getListPrice
Returns the list price of this subshopproduct. Returns the list price of the master product if $Product is a product that does not have its own price, i.e. the attribute HasSubOwnPrices is false. Returns undef if the product does not have a list price.
Syntax |
$Value = $Product->getListPrice($CurrencyID, $TaxModel); |
Example |
$Value = $Product->getListPrice('EUR', 1); |
Input |
|
Return |
|
getWithMaster
Used in TLE context to retrieve information from a subshop product together with the information coming from the master shop
Syntax |
$Object->getWithMaster( $aNames, $LanguageID ); |
Return |
|
getWithParent
Used to retrieve information from a subshop product together with the information coming from the master shop
Syntax |
$Object->getWithParent( $aNames, $LanguageID ); |
Input |
|
Return |
|
incrementFeature
Do not increment a feature on SubShopProducts.
Syntax |
incrementFeature() |