{assign var="orderFormName" value=$orderForm.orderFormName} {include file="$tplDirectory/header.tpl" parentName="$orderFormName" useMenu="products" sideNavMajor="products"}
{include file="$tplDirectory/widgets/showTips.tpl" title="TRANS_EXPLAIN_ORDER_FORMS" msg="TRANS_ORDER_FORM_EXPLANATION" width="101%" align="center"}

{assign var="orderFormID" value=$orderForm.orderFormID} {include file="$commonTplDirectory/widgets/groupActionButtons.tpl" buttons=$storeButtons}
{foreach from=$manualPaymentMethods item="manual"} {/foreach}
{"TRANS_PAYMENT_OPTIONS"|lmsg}
{"TRANS_INCLUDE_DEFAULT_TAX_ZONE_OPTION"|lmsg} {$orderForm.defaultTaxZone}
{"TRANS_DISABLE_CHARGING"|lmsg} {include file="$commonTplDirectory/widgets/indicatorYesNo.tpl" value=$orderForm.orderFormDisableCharging}
{"TRANS_PRIMARY_PAYMENT_GATEWAY"|lmsg} {$orderForm.primaryPaymentGateway|safetyhtml}
{"TRANS_HSPC_BANK_TRANSFER_GATEWAY"|lmsg} {$orderForm.hspcBankTransferGateway|safetyhtml}
{"TRANS_THIRD_PARTY_GATEWAYS"|lmsg} {foreach from=$orderForm.thirdPartyGatewaysList item="gateway"} {$gateway|safetyhtml}
{foreachelse} - {/foreach}
{$manual.title} {include file="$commonTplDirectory/widgets/indicatorYesNo.tpl" value=$manual.value}
{foreach from=$domainOptions item="option"} {/foreach}
{"TRANS_ORDER_DOMAIN_OPTIONS"|lmsg}
{$option.title} {include file="$commonTplDirectory/widgets/indicatorYesNo.tpl" value=$option.value}
{"TRANS_ONLINE_STORE_TAXES"|lmsg}
{"TRANS_REQUEST_TAX_VAT_ID_OPTION"|lmsg} {include file="$commonTplDirectory/widgets/indicatorYesNo.tpl" value=$orderForm.requestTaxVatID}
{"TRANS_VERIFY_VAT_NUMBERS"|lmsg} {include file="$commonTplDirectory/widgets/indicatorYesNo.tpl" value=$orderForm.orderFormVerifyVat}
{"TRANS_ONLINE_STORE_SECURITY"|lmsg}
{"TRANS_ORDER_EMAIL_BANNING"|lmsg} {include file="$commonTplDirectory/widgets/indicatorYesNo.tpl" value=$emailBanningParamValue}
{include file="$commonTplDirectory/widgets/tabs.tpl" tabs=$tabs}
{"TRANS_ONLINE_STORE_COMMON_COLOR_THEME"|lmsg} [{"TRANS_ONLINE_STORE_CHANGE_THEME"|lmsg}]
{"TRANS_ONLINE_STORE_CHECKOUT_SCREENS"|lmsg} [{"TRANS_ONLINE_STORE_EDIT_HEADER_AND_FOOTER"|lmsg}]


{include file="$tplDirectory/widgets/showTips.tpl" title="TRANS_ORDERFORM_EMBEDDED_WIDGETS" msg="TRANS_ORDERFORM_EMBEDDED_WIDGETS_DESC" width="101%" align="center"}

{include file="$commonTplDirectory/widgets/groupActionButtons.tpl" buttons=$storeDesignButtons} {assign var="count" value=$widgets|@count} {if 0 != $count}
{"TRANS_LIST_TOTAL"|lmsg:"total":$count}
{include file="$tplDirectory/widgets/table/tableHeader.tpl" headerName="TRANS_WEBSITE_WIDGET_NAME"} {include file="$tplDirectory/widgets/table/tableHeader.tpl" headerName="TRANS_WEBSITE_WIDGET_TEMPLATE"} {include file="$tplDirectory/widgets/table/tableHeader.tpl" headerName="TRANS_ACTIONS"} {/if} {section name=i loop=$widgets} {assign var="widgetID" value=$widgets[i].websiteWidgetID} {assign var="widgetCode" value=$widgets[i].code} {sectionelse} {assign var="noResults" value="1"} {/section} {if $noResults==1}
{"TRANS_NORESULTS"|lmsg} {/if} {if 0!= $count}
{$widgets[i].websiteWidgetName|safetyhtml} {$widgets[i].websiteWidgetTpl} {include file="$tplDirectory/widgets/actionLink.tpl" javascriptLink="window.location='$websiteWidgetPreviewURL$widgetCode.html'" icoImage="mnu_products_adv_relations_show.gif" icoWidth="" icoHeight="" icoStyle="" altText="TRANS_WEBSITE_WIDGET_PREVIEW" titleText="TRANS_WEBSITE_WIDGET_PREVIEW" linkText="TRANS_WEBSITE_WIDGET_PREVIEW" noSpace="1" } {include file="$tplDirectory/widgets/actionLink.tpl" javascriptLink="togglePreview($widgetID);" icoImage="mnu_manage_payment_terminals.gif" icoWidth="" icoHeight="" icoStyle="" altText="TRANS_WEBSITE_WIDGET_GET_CODE" titleText="TRANS_WEBSITE_WIDGET_GET_CODE" linkText="TRANS_WEBSITE_WIDGET_GET_CODE" noSpace="1" }
{/if}
{assign var="count" value=$coupons|@count} {if 0 != $count}
{"TRANS_LIST_TOTAL"|lmsg:"total":$count}
{include file="$tplDirectory/widgets/table/tableHeader.tpl" headerName="TRANS_COUPON_CODE"} {include file="$tplDirectory/widgets/table/tableHeader.tpl" headerName="TRANS_TYPE"} {include file="$tplDirectory/widgets/table/tableHeader.tpl" headerName="TRANS_DISCOUNT"} {include file="$tplDirectory/widgets/table/tableHeader.tpl" headerName="TRANS_ASSIGNED_PRODUCTS"} {/if} {section name=i loop=$coupons} {assign var="couponID" value=$coupons[i].couponID} {sectionelse} {assign var="noResults" value="1"} {/section} {if $noResults==1}
{"TRANS_NORESULTS"|lmsg} {/if} {if 0 != $count}
{$coupons[i].couponCode|safetyhtml} {$coupons[i].couponType|getTypeName:"coupon"} {$coupons[i].couponDiscount} {foreach from=$coupons[i].products item="product"} {$product.productName|safetyhtml}
{/foreach}
{/if}
{include file="$tplDirectory/footer.tpl"}