[comment]
ui_template: Yes
ui_template_name: leftonly
[/comment]
[tmp members_only]1[/tmp]
[tmp page_title]__COMPANY__ -- Returns[/tmp]
[control reset=1]
[control-set]
[component]search_box_small[/component]
[/control-set]
[control-set]
[component]category_vertical[/component]
[/control-set]
[control reset=1]
@_LEFTONLY_TOP_@
[query st=db arrayref=orders
sql="SELECT
code,status,nitems,subtotal,shipping,handling,total_cost,payment_method,order_date
FROM transactions
WHERE username = '[data base=session field=username filter=sql]'
ORDER by code
"][/query]
[mvasp tables=transactions]
<%
my $uid = $Session->{username};
if (! $uid) {
$Document->write (qq{
No orders found for $uid.
"); return; } HTML <<'EOF'; Please select an order below to continue with the return process. "; %> [/mvasp]