[%# $Id$ %]
[% USE hcart = Handel.Cart %]
[% IF (cart = hcart.fetch({
type => hcart.CART_TYPE_SAVED,
id => 'D65692C4-B043-43A7-BFAA-D5326C09C45D'
}).first) %]
[% cart.count %]
[% cart.description %]
[% cart.id %]
[% cart.name %]
[% cart.shopper %]
[% cart.subtotal.value %]
[% cart.type %]
[% ELSE %]
Could not find cart
[% END %]