ePages 6.12.0 - DE_EPAGES/MultiStore/API/Object/SubShopProduct.pm

Package DE_EPAGES::MultiStore::API::Object::SubShopProduct

object interface for SubShopProduct.

Base
DE_EPAGES::Product::API::Object::Product

Functions

featureName
getWithMaster
incrementFeature

featureName

Returns the feature name.

Syntax
$FeatureName = $Product->featureName;
Return
$FeatureName (String)
feature name (undef means no feature count)

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
$hValues (ref.hash)
return values

incrementFeature

Do not increment a feature on SubShopProducts.

Syntax
incrementFeature()