jQuery.template('cart-product', function(jQuery, $item) {var $=jQuery,call,__=[],$data=$item.data;with($data){__.push('
');if(typeof(Message)!=='undefined' && (Message)!=null){__.push($.encode((typeof(Message)==='function'?(Message).call($item):(Message))));}__.push('

');if(typeof(Name)!=='undefined' && (Name)!=null){__.push($.encode((typeof(Name)==='function'?(Name).call($item):(Name))));}__.push('

');if(typeof(Price)!=='undefined' && (Price)!=null){__.push($.encode((typeof(Price)==='function'?(Price).call($item):(Price))));}__.push('
');if(typeof(ActiveCommerce.App.Localize.text)!=='undefined' && (ActiveCommerce.App.Localize.text)!=null){__.push($.encode(ActiveCommerce.App.Localize.text('Product-Added-Subtotal')));}__.push(' ');if(typeof(ActiveCommerce.App.Localize.text)!=='undefined' && (ActiveCommerce.App.Localize.text)!=null){__.push($.encode(ActiveCommerce.App.Localize.text('Product-Added-Item-Count', $item.data.TotalCount)));}__.push(' ');if(typeof(SubTotal)!=='undefined' && (SubTotal)!=null){__.push($.encode((typeof(SubTotal)==='function'?(SubTotal).call($item):(SubTotal))));}__.push('
');}return __;}); jQuery.template('list-product-added', function(jQuery, $item) {var $=jQuery,call,__=[],$data=$item.data;with($data){__.push('
');if(typeof(Message)!=='undefined' && (Message)!=null){__.push($.encode((typeof(Message)==='function'?(Message).call($item):(Message))));}__.push('

');if(typeof(Name)!=='undefined' && (Name)!=null){__.push($.encode((typeof(Name)==='function'?(Name).call($item):(Name))));}__.push('

');if(typeof(Price)!=='undefined' && (Price)!=null){__.push($.encode((typeof(Price)==='function'?(Price).call($item):(Price))));}__.push('
');if(typeof(ActiveCommerce.App.Localize.text)!=='undefined' && (ActiveCommerce.App.Localize.text)!=null){__.push($.encode(ActiveCommerce.App.Localize.text('Product-Added-Subtotal')));}__.push(' ');if(typeof(ActiveCommerce.App.Localize.text)!=='undefined' && (ActiveCommerce.App.Localize.text)!=null){__.push($.encode(ActiveCommerce.App.Localize.text('Product-Added-Item-Count', $item.data.TotalCount)));}__.push(' ');if(typeof(SubTotal)!=='undefined' && (SubTotal)!=null){__.push($.encode((typeof(SubTotal)==='function'?(SubTotal).call($item):(SubTotal))));}__.push('
');}return __;});