⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 order_invoice.tpl

📁 NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行网上销售而开发的一套商城购物系统。 它具有完善的商品管理、订单管理、销售统计、新闻管理、结算系统、税率系统、
💻 TPL
字号:
{* $Id: order_invoice.tpl,v 1.14.2.6 2004/08/26 07:20:58 max Exp $ *}
{config_load file="$skin_config"}
{if $is_nomail ne 'Y'}
{literal}
<STYLE type="text/css">
BODY {
	MARGIN-TOP: 10px; 
	FONT-SIZE: 12px; 
	MARGIN-LEFT: 10px; 
	FONT-FAMILY: arial,helvetica,sans-serif
}
TD {
	FONT-SIZE: 12px; 
	FONT-FAMILY: arial,helvetica,sans-serif
}
TH {
	FONT-SIZE: 13px; 
	FONT-FAMILY: arial,helvetica,sans-serif
}
H1 {
    FONT-SIZE: 20px
}
</STYLE>
{/literal}
<P>
{/if}
<TABLE cellSpacing="0" cellPadding="0" width="600" border="0" bgColor="#ffffff" color="#000000">
<TR>
	<TD>
	<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
	<TR>
		<TD valign="top"><BR><BR><IMG src="{$ImagesDir}/companyname.gif" border="0"></TD>
		<TD width="100%">
		<TABLE cellSpacing="0" cellPadding="2" width="100%" border="0">
		<TR>
			<TD width="30">&nbsp;</TD>
			<TD vAlign="top">
<FONT style="FONT-SIZE: 28px"><B>{$lng.lbl_invoice|upper}</B></FONT>
<BR><BR>
<B>{$lng.lbl_date}:</B> {$order.date|date_format:$config.Appearance.datetime_format}<BR><B>{$lng.lbl_order_id}:</B> #{$order.orderid}<BR><B>{$lng.lbl_order_status}:</B> {include file="main/order_status.tpl" status=$order.status mode="static"}<BR>
<B>{$lng.lbl_payment_method}:</B><BR>{$order.payment_method}<BR><B>{$lng.lbl_delivery}:</B><BR>{$order.shipping|trademark|default:$lng.txt_not_available}
			</TD>
			<TD vAlign="bottom" align="right">
<B>{$config.Company.company_name}</B><BR>
{$config.Company.location_address}, {$config.Company.location_city}<BR>
{$config.Company.location_zipcode}, {$config.Company.location_state_name}<BR>
{$config.Company.location_country_name}<BR>
{if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}<BR>{/if}
{if $config.Company.company_phone_2}{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}<BR>{/if}
{if $config.Company.company_fax}{$lng.lbl_fax}: {$config.Company.company_fax}<BR>{/if}
{if $config.Company.orders_department}{$lng.lbl_email}: {$config.Company.orders_department}<BR>{/if}
{if $order.applied_taxes}
<BR>
{foreach from=$order.applied_taxes key=tax_name item=tax}
{$tax.regnumber}<BR>
{/foreach}
{/if}
			</TD>
		</TR>
		</TABLE>
		</TD>
	</TR>
	</TABLE>
	<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
	<TR>
		<TD><IMG height="2" src="{$ImagesDir}/spacer.gif" width="1"></TD>
	</TR>
	<TR>
		<TD bgcolor="#000000"><IMG height="2" src="{$ImagesDir}/spacer_black.gif" width="100%"></TD>
	</TR>
	<TR>
		<TD><IMG height="2" src="{$ImagesDir}/spacer.gif" width="1"></TD>
	</TR>
	</TABLE>
	<BR>
	<TABLE cellSpacing="0" cellPadding="0" width="45%" border="0">
	<TR>
		<TD><B>{$lng.lbl_company}:</B></TD>
		<TD>{$order.company}</TD>
	</TR>
	<TR>
		<TD noWrap><B>{$lng.lbl_first_name}:</B></TD>
		<TD>{$order.firstname}</TD>
	</TR>
	<TR>
		<TD noWrap><B>{$lng.lbl_last_name}:</B></TD>
		<TD>{$order.lastname}</TD>
	</TR>
	<TR>
		<TD><B>{$lng.lbl_phone}:</B></TD>
		<TD>{$order.phone}</TD>
	</TR>
	<TR>
		<TD><B>{$lng.lbl_fax}:</B></TD>
		<TD>{$order.fax}</TD>
	</TR>
	<TR>
		<TD><B>{$lng.lbl_email}:</B></TD>
		<TD>{$order.email}</TD>
	</TR>
	<TR>
		<TD><B>{$lng.lbl_url}:</B></TD>
		<TD>{$order.url}</TD>
	</TR>
{foreach from=$userinfo.additional_fields item=v}
{if $v.section eq 'C' || $v.section eq 'P'}
	<TR>
		<TD><B>{$v.title}:</B></TD>
        <TD>{$v.value}</TD>
	</TR>
	{/if}
{/foreach}
	</TABLE>
	<BR>
	<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
	<TR>
		<TD width="45%" height="25"><B>{$lng.lbl_billing_address}</B></TD>
		<TD width="10%">&nbsp;</TD>
		<TD width="45%" height="25"><B>{$lng.lbl_shipping_address}</B></TD>
	</TR>
	<TR>
		<TD bgColor="#000000" height="2"><IMG height="2" src="{$ImagesDir}/spacer_black.gif" width="100%"></TD>
		<TD><IMG height="2" src="{$ImagesDir}/spacer.gif" width="1"></TD>
		<TD bgColor="#000000" height="2"><IMG height="2" src="{$ImagesDir}/spacer_black.gif" width="100%"></TD>
	<TR>
		<TD colSpan="3"><IMG height="2" src="{$ImagesDir}/spacer.gif" width="1"></TD>
	</TR>
	<TR>
		<TD>
		<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
		<TR>
			<TD><B>{$lng.lbl_first_name}:</B> </TD>
			<TD>{$order.b_firstname}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_last_name}:</B> </TD>
			<TD>{$order.b_lastname}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_address}:</B> </TD>
			<TD>{$order.b_address}<BR>{$order.b_address_2}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_city}:</B> </TD>
			<TD>{$order.b_city}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_state}:</B> </TD>
			<TD>{$order.b_statename}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_country}:</B> </TD>
			<TD>{$order.b_countryname}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_zip_code}:</B> </TD>
			<TD>{$order.b_zipcode}</TD>
		</TR>
{foreach from=$userinfo.additional_fields item=v}
{if $v.section eq 'B'}
		<TR>
			<TD><B>{$v.title}:</B></TD>
        	<TD>{$v.value}</TD>
		</TR>
	{/if}
{/foreach}
		</TABLE>
		</TD>
		<TD>&nbsp;</TD>
		<TD>
		<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
		<TR>
			<TD><B>{$lng.lbl_first_name}:</B> </TD>
			<TD>{$order.s_firstname}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_last_name}:</B> </TD>
			<TD>{$order.s_lastname}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_address}:</B> </TD>
			<TD>{$order.s_address}<BR>{$order.s_address_2}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_city}:</B> </TD>
			<TD>{$order.s_city}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_state}:</B> </TD>
			<TD>{$order.s_statename}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_country}:</B> </TD>
			<TD>{$order.s_countryname}</TD>
		</TR>
		<TR>
			<TD><B>{$lng.lbl_zip_code}:</B> </TD>
			<TD>{$order.s_zipcode}</TD>
		</TR>
{foreach from=$userinfo.additional_fields item=v}
{if $v.section eq 'S'}
		<TR>
			<TD><B>{$v.title}:</B></TD>
        	<TD>{$v.value}</TD>
		</TR>
	{/if}
{/foreach}
		</TABLE>
        </TD>
	</TR>

{if $config.Email.show_cc_info eq "Y" and $show_order_details eq "Y"}

	<TR>
	<TD colspan="3">&nbsp;</TD>
	</TR>

	<TR>
	<TD width="45%" height="25"><B>{$lng.lbl_order_payment_details}</B></TD>
	<TD colspan="2" width="55%">&nbsp;</TD>
	</TR>
	
	<TR>
	<TD bgColor="#000000" height="2"><IMG height="2" src="{$ImagesDir}/spacer_black.gif" width="100%"></TD>
	<TD colspan="2"><IMG height="2" src="{$ImagesDir}/spacer.gif" width="1"></TD>
	<TR>
	<TD colSpan="3"><IMG height="2" src="{$ImagesDir}/spacer.gif" width="1"></TD>
	</TR>

	<TR>
	<TD colspan="3">{$order.details|replace:"\n":"<BR>"}</TD>
	</TR>

{/if}

	</TABLE>
	<BR>
	<BR>

{include file="mail/html/order_data.tpl"}

	</TD>
</TR>
{if $active_modules.Anti_Fraud eq '' && $show_order_details eq "Y"}
<TR>
	<TD align="center"><BR>{$lng.txt_warning_antifraud_disabled}<BR></TD>
</TR>
{/if}
<TR>
<TD align="center"><BR><BR><FONT style="FONT-SIZE:12px">{$lng.txt_thank_you_for_purchase}</FONT></TD>
</TR>

</TABLE>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -