[ic] item-quantity on flypage

Philip Alves interchange-users@icdevgroup.org
Mon Nov 4 10:34:01 2002


Howdy!

On flypage, I want to show that an item has been placed in the basket, and
how many of that item.  I've got this:

[item-list][if ordered [item-code]]
          <tr><td colspan="2">
              [item-quantity] of this item are in your cart.
          </td></tr>
[/if][/item-list]

As you can probably tell, this returns  "x of this item are in your cart."
for every item in the basket.  How do I get flypage to show "THIS MANY of
this item are in your cart"?

Thanks!

Phil