Hi,
When I look at the xml output I don't see a total quantity tag/loop.
The only thing I can see is this:
Xml Output:
<![CDATA[ <form action="/Default.aspx" name="QuantityFormCART3" method="get"><input type="hidden" name="CartCmd" id="CartCmd" value="updateorderlines" />]]>
</Ecom.Order.OrderLine.Quantity.Form>
Now, how do i call or use this in my pagetemplate?
Back in the day, <!--Ecom.Ordreline.Total.Quantity--> only worked on the pagatemplate. Any thing that had anything too do with the cart needed to be on this template or ecom-templates.
When using xslt is it then posible to call this function anywhere?