Invoice

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
anglicool
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Thu Aug 06, 2009 3:28 pm

Invoice

Post by anglicool » Thu Aug 06, 2009 3:57 pm

I'm currently running the demo, does the full version invoice print the customers email address and phone number?

*** Edited ***
Resolved, I was too hasty in posting this question.

<asp:Label ID="BillToEmail" runat="server" Text='<%#Eval("BillToEmail") %>'></asp:Label><br />
<asp:Label ID="BillToPhone" runat="server" Text='<%#Eval("BillToPhone") %>'></asp:Label>

Post Reply