[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] item-quantity on flypage
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