ePages 6.15.1 - 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

className
featureName
incrementFeature

className

Returns the class name, used for DAL access.

Syntax
$ClassName = $Product->className;
Return
$ClassName (String)
class name

featureName

Returns the feature name.

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

incrementFeature

Do not increment a feature on SubShopProducts.

Syntax
incrementFeature()