jQuery.template('cart-product', function(jQuery, $item) {var $=jQuery,call,__=[],$data=$item.data;with($data){__.push('<table>   <caption>');if(typeof(Message)!=='undefined' && (Message)!=null){__.push($.encode((typeof(Message)==='function'?(Message).call($item):(Message))));}__.push('</caption>   <tbody>    <tr>     <td class="thumb"><img src="');if(typeof(ImageSrc)!=='undefined' && (ImageSrc)!=null){__.push($.encode((typeof(ImageSrc)==='function'?(ImageSrc).call($item):(ImageSrc))));}__.push('" /></td>     <td class="description">      <h3>');if(typeof(Name)!=='undefined' && (Name)!=null){__.push($.encode((typeof(Name)==='function'?(Name).call($item):(Name))));}__.push('</h3>         </td>     <td class="price">');if(typeof(Price)!=='undefined' && (Price)!=null){__.push($.encode((typeof(Price)==='function'?(Price).call($item):(Price))));}__.push('</td>    </tr>   </tbody>   <tfoot>    <tr>     <td class="title">');if(typeof(ActiveCommerce.App.Localize.text)!=='undefined' && (ActiveCommerce.App.Localize.text)!=null){__.push($.encode(ActiveCommerce.App.Localize.text('Product-Added-Subtotal')));}__.push('</td>     <td class="description">');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('</td>     <td class="price">');if(typeof(SubTotal)!=='undefined' && (SubTotal)!=null){__.push($.encode((typeof(SubTotal)==='function'?(SubTotal).call($item):(SubTotal))));}__.push('</td>    </tr>   </tfoot>  </table>');}return __;});
jQuery.template('list-product-added', function(jQuery, $item) {var $=jQuery,call,__=[],$data=$item.data;with($data){__.push('<table>   <caption>');if(typeof(Message)!=='undefined' && (Message)!=null){__.push($.encode((typeof(Message)==='function'?(Message).call($item):(Message))));}__.push('</caption>   <tbody>    <tr>     <td class="thumb"><img src="');if(typeof(ImageSrc)!=='undefined' && (ImageSrc)!=null){__.push($.encode((typeof(ImageSrc)==='function'?(ImageSrc).call($item):(ImageSrc))));}__.push('" /></td>     <td class="description">         <h3>');if(typeof(Name)!=='undefined' && (Name)!=null){__.push($.encode((typeof(Name)==='function'?(Name).call($item):(Name))));}__.push('</h3>      </td>     <td class="price">');if(typeof(Price)!=='undefined' && (Price)!=null){__.push($.encode((typeof(Price)==='function'?(Price).call($item):(Price))));}__.push('</td>    </tr>   </tbody>   <tfoot>    <tr>     <td class="title">');if(typeof(ActiveCommerce.App.Localize.text)!=='undefined' && (ActiveCommerce.App.Localize.text)!=null){__.push($.encode(ActiveCommerce.App.Localize.text('Product-Added-Subtotal')));}__.push('</td>     <td class="description">');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('</td>     <td class="price">');if(typeof(SubTotal)!=='undefined' && (SubTotal)!=null){__.push($.encode((typeof(SubTotal)==='function'?(SubTotal).call($item):(SubTotal))));}__.push('</td>    </tr>   </tfoot>  </table>');}return __;});