10 lines
468 B
Smarty
10 lines
468 B
Smarty
[{assign var="shop" value=$oEmailView->getShop()}]
|
|
[{assign var="oViewConf" value=$oEmailView->getViewConfig()}]
|
|
[{assign var="currency" value=$oEmailView->getCurrency()}]
|
|
[{assign var="user" value=$oEmailView->getUser()}]
|
|
|
|
[{oxcontent ident="d3_hp_partlypaid_owner_subject" assign="title"}]
|
|
[{include file="email/html/header.tpl" title=$title}]
|
|
[{oxcontent ident="d3_hp_partlypaid_owner_text"}]
|
|
[{include file="email/html/footer.tpl"}]
|