📚 BookNest
Find Your Next Great Book
Discover amazing stories, philosophy, science, self-help and history books.
WHERE IS GOD?
Discover • Question • Think
📚 Categories
🔥 Popular Books
🛒 Your Cart
Total: ₹0
🛍️ Checkout
Enter your details and choose a payment method.
💳 Payment Method
📱 UPI Payment
Scan the QR code with your UPI app.
UPI ID: manujnath@ybl
After payment, keep the payment screenshot/transaction ID for reference.
After payment, keep the payment screenshot/transaction ID for reference.
💳 Card Payment
Card payment is a demo interface. For real card payments, connect a secure payment gateway.
🏦 Net Banking
Net banking is a demo interface. Connect a secure payment gateway for live payments.
🚚 Cash on Delivery
Pay when your book is delivered to your address.
Order Total₹0
Order ID: ${order}
Payment: ${methods[pay.value]}
Total: ₹${getTotal()}
Your order details have been submitted.`; document.getElementById("checkoutContent").style.display="none";document.getElementById("success").style.display="block";cart=[];update(); }catch(e){alert("Order could not be submitted. Please try again.");btn.disabled=false;btn.textContent="Place Order"} } function searchBooks(){const q=document.getElementById("search").value.toLowerCase();display(books.filter(b=>b.title.toLowerCase().includes(q)||b.author.toLowerCase().includes(q)||b.cat.toLowerCase().includes(q)))} function filter(cat){display(cat==="All"?books:books.filter(b=>b.cat===cat))} display();update();