"::
::raw tableHeader::
::end::
::if m.userName != name || m.userName2 != name2::
::set class="name"::
::else::
::set class=""::
::end::
::if(m.quantity==0 && m.canceled)::
::_("Canceled")::
::else::
::raw m.smartQt::
::end::
::set productNum = productNum+m.quantity::
|
::m.productName::
|
::formatNum(m.productPrice):: ::currency()::
|
::if m.fees!=null::
::formatNum(m.fees):: ::currency()::
::end::
|
::formatNum(m.total):: ::currency()::
::set total = total + m.total::
|
|
::set name = m.userName ::
::set name2 = m.userName2 ::
::set next = orders[repeat.m.index+1]::
::if next==null || next.userName!=name || next.userName2!=name2::
::formatNum(productNum):: |
|
::_("TOTAL"):: |
::formatNum(total):: ::currency():: |
|
::end::
::end::
::raw nl2br(user.getAmap().txtDistrib)::
::_("Push on \"Control + P\" to print this page.")::
::foreach r sqlLog::
::r.t::ms |
::r.length:: |
Exp |
Stack |
::r.sql:: |
::end::