pruthvikb
04-03-06, 01:12 PM
Hi,
I want to remove all items from shopping basket.
I have written follwing code.
<form method="post" action="&mvt:global:sessionurl;" ID="Form3">
<input type="hidden" name="Screen" value="BASK" ID="Hidden9">
<input type="hidden" name="Action" value="RPRD" ID="Hidden10">
<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" ID="Hidden11">
<mvt:foreach iterator="item" array="basket:items">
<input type="hidden" name="Basket_Line" value="&mvte:item:line_id;" ID="Hidden12">
</mvt:foreach>
<mvt:item name="fonts" param="body_font">
<mvt:item name="buttons" param="Remove" />
</mvt:item>
</form>
While executin this code, it is removing first item from Basket_Line, it is not taking remaing items.
Please help me on this issue
Thank You
Kumar
I want to remove all items from shopping basket.
I have written follwing code.
<form method="post" action="&mvt:global:sessionurl;" ID="Form3">
<input type="hidden" name="Screen" value="BASK" ID="Hidden9">
<input type="hidden" name="Action" value="RPRD" ID="Hidden10">
<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" ID="Hidden11">
<mvt:foreach iterator="item" array="basket:items">
<input type="hidden" name="Basket_Line" value="&mvte:item:line_id;" ID="Hidden12">
</mvt:foreach>
<mvt:item name="fonts" param="body_font">
<mvt:item name="buttons" param="Remove" />
</mvt:item>
</form>
While executin this code, it is removing first item from Basket_Line, it is not taking remaing items.
Please help me on this issue
Thank You
Kumar