Package DE_EPAGES::ShopWizard::API::DemoContent
Functions to handle demo content
@EXPORT_OK |
Functions
AddEBizElementsToNavBar
Add the contactbox and businesshoursbox navelement to the left or right navbar.
Syntax |
AddEBizElementsToNavBar( $Shop, $Style ); |
Input |
|
ImportDemoContent
Imports selected object from the demo content into into a shop. The content of already existing objects is not changed.
Syntax |
ImportDemoContent( $Shop, $aRelativePaths ); |
Example |
ImportDemoContent( $Shop, ['Categories/AtHome/BathRooms','Categories/AtWork/Chairs'] ); |
Input |
|
Return |
|
ProcessEbizContent
Checks if Shop.Category.Location with ebiz demo content exists and run TLE processing on this content. $hAddress is needed for google maps api call (see DE_EPAGES::Address::API::GeoData)
Syntax |
ProcessEbizContent( $Shop, $hAddress ); |
Input |
|