ePages 6.11.0 - DE_EPAGES/Ebay/API/Shop.pm

Package DE_EPAGES::Ebay::API::Shop

additional functions for ebay based on class shop

@EXPORT_OK
AddEbayTemplateToShop
InsertEbayShopTemplate

Functions

AddEbayTemplateToShop
InsertEbayShopTemplate

AddEbayTemplateToShop

Adds ebay system template to shop and replaces language tags in the given language.

Syntax
AddEbayTemplateToShop( $Shop, $EbayTemplate );
Input
$Shop (object)
shop object
$EbaySystemTemplate (object)
ebay system template object
Return
$EbayShopTemplate (object)
ebay shop template object

InsertEbayShopTemplate

Inserts ebay shop template for the shop, also customized templates.

Syntax
InsertEbayShopTemplate( $Shop, $EbaySystemTemplate, $TemplateName, $Content);
Input
$Shop (object)
shop object
$EbaySystemTemplate (object)
ebay system template object (optional)
$TemplateName (string)
name of the new ebay shop template
$Content (string)
content of the new ebay shop template
Return
$EbayShopTemplate (object)
ebay shop template object