[comment]
ui_template: yes
ui_template_name: leftonly
[/comment]
[tmp page_title]__COMPANY__ -- [L]Shopping Cart[/L][/tmp]
[tmp basket_page]1[/tmp]
[control reset=1]
[control-set]
[component]search_box_small[/component]
[matches]10[/matches]
[/control-set]
[control-set]
[component]saved_carts_list_small[/component]
[/control-set]
[control-set]
[component]product_tree[/component]
[page_class]all[/page_class]
[set_selector]left[/set_selector]
[/control-set]
[control-set]
[/control-set]
[control-set]
[component]cross[/component]
[banner][L]See also[/L][/banner]
[cross_codes][/cross_codes]
[size]3[/size]
[cols]3[/cols]
[/control-set]
[control reset=1]
@_LEFTONLY_TOP_@
[error auto=1 style="color: red"]
[if cgi empty_cart]
[calc]
if($CGI->{empty_cart} > 1) {
@$Items = ();
}
else {
return q{
};
}
return;
[/calc]
[/if]
[L]Your Current Shopping Cart[/L]:
[calc] my $cname = $Config->{CookieName} || 'MV_SESSION_ID'; $Scratch->{have_cookie} = $Tag->read_cookie($cname) and delete $Scratch->{tried}; return; [/calc] [if scratch have_cookie] [elsif scratch tried] [L CART_MSG1]You must have cookies set to leave the basket. Check out now or forever lose your shopping cart.[/L] [/elsif] [else] [set tried]1[/set] [bounce href="[area ord/basket]"] [/else] [/if] |