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

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

object interface for SubShopProduct.

Base
DE_EPAGES::MultiStore::API::Object::SubShopObject
DE_EPAGES::Product::API::Object::Product

Functions

canClone
className
decrementFeature
deleteFiles
featureName
incrementFeature

canClone

Check if a object can be cloned.

Syntax
$Object->canClone();
Return
$CanClone (boolean)
true or false

className

Returns the class name, used for DAL access.

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

decrementFeature

Do not decrement a feature on SubShopProducts.

Syntax
decrementFeature()

deleteFiles

Deletes the directory StaticPath and the symbolic link to PublicPath, but not for sub products.

Syntax
$Object->deleteFiles;

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()