There is a certain amount of product information in the mini-cart cookie
(although not an unlimited amount of information for an unlimited
number of products, because cookies are limited in the amount of
information they can store). The cookie should always be available to
you at the same domain as the shopping cart, so you can read, parse, and
display the cookie information from pages at that domain any way you
would like.
wle.com may be using their own customized format for displaying this
information, or they may be using one of the 4 styles (Detail, Summary,
Subtotal, ItemCount) defined in the default DisplayMiniCart JavaScript
function that is included in the default page templates of ShopSite v7
Pro. Or a combination of both.
They probably have a contact email on their site, though, if you would
like to ask them directly.
-Loren
Jeremy Bloom wrote:
On wle.com, their use of the mini-cart is more what I had in mind. How
do they get the products in the cart to list themselves?
I see they may have one of the best implementations of 7.0 that I have
seen after poking around the newsgroup and looking at people’s site.
Anyone have the technique for this?