Package DE_EPAGES::ShopMailType::API::TLE::MailTypeTemplateHandler
Functions
GetMailLogo
Resizes the shop logo to fit into the given dimensions and returns the path of the resized logo.
Syntax |
#GetMailLogo(#LogoPath, #MaxWidth, #MaxHeight) |
Input |
|
Return |
|
MAILTYPETEMPLATES
Returns all shop mailtypetemplate objects that belongs to the group and is sent to the user.
Syntax |
#MAILTYPETEMPLATES(#Object) |
Example |
#LOOP(#MAILTYPETEMPLATES(#Object)) #NameOrAlias<br/> #ENDLOOP |
Input |
|
MAILTYPETEMPLATESADMIN
Returns all shop mailtypetemplate objects that is sent to the admin.
Syntax |
#MAILTYPETEMPLATESADMIN |
Example |
#LOOP(#MAILTYPETEMPLATESADMIN(#Shop)) #NameOrAlias<br/> #ENDLOOP |