function ShoppingCart() { this.items = new Array(); this.loaded = false; this.orderPage = ((document.location.toString().indexOf('/homepages/')==-1)&&(typeof category != "undefined")); this.handlingCharge = 5.95; if(typeof ShoppingCart._initialized == "undefined") { ShoppingCart.prototype.printMiniCart = function() { document.write('
No. of items: ',this.getItemsQuantity(),'
'); document.write('Current total: $',this.getTotal(),'
'); if((typeof checkTC != "undefined")&&(checkTC == true)) { document.write('e-Club total: $',this.getEClubTotal(),'
'); } document.write('| ',isbn10to13(this.items[i].isbn),' | '); var bookLink = this.items[i].getBookLink(); //var bookLink = "/primary/newonix/domisbn/" + this.items[i].isbn + "?open&template=domPrimary&ed=site/primed3.nsf"; document.write('',this.items[i].title,' | '); if(this.items[i].isEClub()&&((typeof checkTC != "undefined")&&(checkTC == true))) { document.write('- | '); document.write('$',this.eClubPrice(i),' | '); } else { document.write('',this.items[i].price,' | '); document.write('- | '); } document.write(''); document.write(' | '); document.write(' | '); //document.write(' | remove | '); document.write(''); document.write(' |
Total purchase
$',this.getEClubTotal(),'
Total purchase
$',this.getTotal(),'