<P><STRONG><FONT color=#dd2222>问题:</FONT></STRONG>怎样修改订单发票默认内容?</P> <P><IMG onmousewheel="return bbimg(this)" border=0 src="$/History/tech/uploadfiles/help_UploadFiles_4256/201003/2010031821075269.jpg" width=338 onload=resizepic(this) height=108> </P> <P> </P> <P><STRONG><FONT color=#e61a1a>解决方法:</FONT></STRONG>找到/Shop/OrderAdd.aspx 的161行</P> <P> </P> <P> <TABLE style="BORDER-BOTTOM: #cccccc 1px dotted; BORDER-LEFT: #cccccc 1px dotted; TABLE-LAYOUT: fixed; BORDER-TOP: #cccccc 1px dotted; BORDER-RIGHT: #cccccc 1px dotted" border=0 cellSpacing=0 cellPadding=6 width="95%" align=center> <TBODY> <TR> <TD style="WORD-WRAP: break-word" bgColor=#fdfddf> <P> <td><BR> <asp:TextBox ID="TxtInvoiceContent" Text="<FONT color=#e61a1a>发票抬头: <BR>商品名称: <BR>发票金额: 元</FONT>" TextMode="MultiLine" Height="40px" runat="server" Width="250px"></asp:TextBox><BR> <asp:CheckBox ID="ChkNeedInvoice" runat="server" Text="需要发票" /><BR> </td></P></TD></TR></TBODY></TABLE></P> <P> </P> <P> 修改后保存即可。</P>