Print Invoice

<%= accessdata.masterstore.app_name %>

<%=shope.address%>, <%=shope.state%>, <%=shope.city%> - <%=shope.zipcode%>

<%=shope.mobile_number%>

<%=shope.store_email%>

Order Invoice

Order No
<%=order.order_id%>
Order Date
<%=oate%>
Delivery Date
<%=ddate%> ( <%=order.orderStatus%> )
Service Name
Rate
QTY
Total
<%=cartservice[0].service_name%>
[<%=cartservice[0].service_type_name%>]
<% if (accessdata.plac == "1") { %>
<%=cartservice[0].service_type_price%> <%=accessdata.symbol%>
<% } else { %>
<%=accessdata.symbol%> <%=cartservice[0].service_type_price%>
<% } %>
<%=cartservice[0].service_quntity%>
<% if (accessdata.plac == "1") { %>
<%=order.sub_total%> <%=accessdata.symbol%>
<% } else { %>
<%=accessdata.symbol%> <%=order.sub_total%>
<% } %>

Powered By <%=master.app_name%>