ePages 7.21.0 - DE_EPAGES/Packlink/API/Tools.pm

Package DE_EPAGES::Packlink::API::Tools

Packlink tools

Functions

IsAppStoreVisible
IsPacklinkAppAvailable
new

IsAppStoreVisible

Checks whether AppStore is visibile in a given shop or not.

Syntax
IsAppStoreVisible( $Shop );
Input
$Shop (object)
A Shop.
Return
$IsAppStoreVisible (boolean)
True iff AppStore is visible.

IsPacklinkAppAvailable

Checks if there's a Packlink App available in the AppStore.

Syntax
IsPacklinkAppAvailable( $Shop );
Input
$Shop (object)
A Shop.
Return
$IsPacklinkAppAvailable (boolean)
True iff there is a Packlink App
available in the AppStore.

new

Constructor

Syntax
new( );
Return
$self (object)
self