Need some help with this.
{%
do until ECommerceContext.CurrentShoppingCart.ShoppingCartItems[n].TotalDiscount = ""
resultat = resultat + ECommerceContext.CurrentShoppingCart.ShoppingCartItems[n].TotalDiscount
n=n+1
loop
%}
Can't seem to get this working??
What am I missing??
Regards Merete