Is there anyway to display items from a couchcart page in a "snippet" form, for example in a sidebar of other pages?
<cms:pp_cart_items>
<tr>
<td class="col-desc">
<div class="desc-box">
<a href="<cms:show link />"><cms:show title /></a>
<p><cms:pp_selected_options separator='<br>' /></p>
</div>
</td>
</tr>
</cms:pp_cart_items>