You have not selected any product...
Browse Products"); } showTotalPrice(); return false; } else { var items = order.split("|"); var total = 0; var shipping = 0; var grand_total = 0; orderedTotQty = parseInt(orderedTotQty); //console.log('showFullCart'); console.log(showFullCart); if (typeof showFullCart === "undefined") { return false; } else if(showFullCart == false) { if ((typeof act !== "undefined") && (typeof itm !== "undefined")) { if((act == 'add' || act == 'set' || act == 'remove') && itm > 0) { refreshRow(itm); } else if(act == 'removerow' && itm > 0) { itm = parseInt(itm); } } showTotalPrice(); return false; } orderedItems = null; orderedItems = new Array(); cartHtml += "Order Summary
"; cartHtml += "Sub-Total $" + total.toFixed(2) + "
"; cartHtml += "Shipping & Handling $0.00
"; cartHtml += "Total $" + total.toFixed(2) + "
"; cartHtml += "" + productName + "
"; formattedCartHtml += "" + textToAdd + "
"; formattedCartHtml += "$" + subTotal.toFixed(2) + "
$" + subTotal.toFixed(2) + "
Subtotal | $" + total.toFixed(2) + " |
Shipping | $0.00 |
Total | $" + total.toFixed(2) + " |