diff --git a/modules/blockcart/ajax-cart.js b/modules/blockcart/ajax-cart.js
index a974bdbe4..18d84db16 100644
--- a/modules/blockcart/ajax-cart.js
+++ b/modules/blockcart/ajax-cart.js
@@ -446,7 +446,7 @@ var ajaxCart = {
var name = (this.name.length > 12 ? this.name.substring(0, 10) + '...' : this.name);
content += '' + name + '';
- if (parseFloat(this.price_float) > 0)
+ if (this.is_gift != undefined && this.is_gift == 1)
content += ' ';
else
content += '';