Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Is there anyway to display items from a couchcart page in a "snippet" form, for example in a sidebar of other pages?
Sure - please use the cms:pp_cart_items tag to list contents of the cart anywhere on the site (e.g. the sidebar).
Hi,

I need a bit more help with this one :)

How would I use this tag to show the first 4 items on a cart page in a sidebar?
I have used
Code: Select all
<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>

However that only shows the first item and no more

Thanks
3 posts Page 1 of 1