Package DE_EPAGES::MultiStoreProvider::API::ShopRef
MultiStore shop assignment API
Base |
Base |
@EXPORT_OK |
Functions
- AssignSubShopToMasterShop
- GetCacheShopInfoByStore
- IsSubShopAssignedToMasterShop
- SearchShopRefByAlias
- UnassignAllSubShops
- UnassignSubShopFromMasterShop
- UpdateRemoteSubShop
AssignSubShopToMasterShop
Adds subshop / mastershop assignment
Syntax |
AssignSubShopToMasterShop( $MasterShopRef, $SubShopRef ); |
Input |
|
Return |
|
GetCacheShopInfoByStore
Returns a list of cache shops in given store
Syntax |
GetCacheShopInfoByStore( $Store ); |
Input |
|
Return |
|
IsSubShopAssignedToMasterShop
Checks subshop / mastershop assignment
Syntax |
IsSubShopAssignedToMasterShop( $MasterShopRef, $SubShopRef ); |
Input |
|
Return |
|
SearchShopRefByAlias
Search shopref by alias
Syntax |
SearchShopRefByAlias( $ShopAlias ); |
Input |
|
Return |
|
UnassignAllSubShops
Deletes all subshop assignments from mastershop
Syntax |
UnassignAllSubShops( $MasterShopRef ); |
Input |
|
UnassignSubShopFromMasterShop
Removes subshop / mastershop assignment
Syntax |
UnassignSubShopFromMasterShop( $SubShopRef ); |
Input |
|
UpdateRemoteSubShop
sets attribute in remote SubShop
Syntax |
UpdateRemoteSubShop( $ShopRef, $hValues ); |
Input |
|