Hi,
I came across this little issue.
If a user adds 0.5 products to the cart the tag TotalProductQuantity returns "0". The quantity of the orderline is correct ("0,5").
Regards / Aki
Hi,
I came across this little issue.
If a user adds 0.5 products to the cart the tag TotalProductQuantity returns "0". The quantity of the orderline is correct ("0,5").
Regards / Aki
Yeah - it does:
Clearly a bug - but a breaking change if we fix it as is...
But you can call this in your template: order.GetParentOrderLineQuantityCount(orderLines)
Hi,
OK, thanks. Worked well.
PS. Same thing with the Model version : Model.Cart.TotalProductsCount.ToString()
Regards / Aki
Yeah - the models TotalProductsCount property is a double so can work well.
You must be logged in to post in the forum