diff --git a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl index c0bcebaf7..2a683185d 100755 --- a/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl @@ -132,7 +132,7 @@ {displayWtPriceWithCurrency price=$product.product_price currency=$currency} - {math equation='x - y' x=$product.cart_quantity y=$product.customization_quantity} + {math equation='x - y' x=$product.cart_quantity y=$product.customization_quantity|intval} {$product.qty_in_stock} {displayWtPriceWithCurrency price=$product.product_total currency=$currency}