Sidebar Cart

By look into cs-cart basic, actually we can put the cart that clickable in the top left in the sidebar, so list all item in the cart on the sidebar, has anyone develop this before?

Heloooooooooo?

You would have to call it





{hook name=“checkout:cart_item”}

{if $cart_products}

{include file=“views/checkout/components/cart_items.tpl” disable_ids=“button_cart” use_ajax=true}

{/if}

{/hook}



The original call is in the views/checkout/checkout.tpl folder

ThomH has a real nice one available at:



[url]http://www.webgraphiq.com/advanced-minicart-v2.html[/url]



Hope it helps,



Brandon

is there any free solutions for this?

thanks