About 249 results
Open links in new tab
  1. Shopping cart in pure JavaScript - Code Review Stack Exchange

    Jul 10, 2017 · I need help in making this shopping cart adhere to the W3C rules. This is already 100% functioning. I just need help in making this code as clean and as short as possible. I …

  2. javascript - localStorage functions for website shopping cart

    As part of a larger web app we are producing, I was asked to help build functionality to tie a page's shopping cart into localStorage for persistence. What follows are the three functions …

  3. My first vanilla Javascript shopping cart - Code Review Stack …

    Jan 8, 2019 · I made a vanilla Javascript shopping cart using sessionStorage. This way users can navigate pages without losing data. The checkout form sends to paypal. A self invoking …

  4. JAVA Shopping Cart Design - Code Review Stack Exchange

    Jul 18, 2019 · Recently, I have appeared for coding exercise to design the Shopping Cart which should have following features: handles barcoded (like Chips) and non-barcoded item (like …

  5. javascript - Shopping cart with Ajax - Code Review Stack Exchange

    Jun 21, 2019 · I build a cart for an ecommerce website, and I want to know if I did well. I want to record the changes in the DB and display the information from the DB to the customer. To be …

  6. javascript - Showing an item in a shopping cart - Code Review …

    Jul 6, 2012 · I'm updating and old project from jQuery 1.4 to jQuery 1.7. Can this be simplified, thus reducing the amount of code, and perhaps in such reduction, have it improved? Having …

  7. javascript - React code to build shopping cart - Code Review Stack …

    Apr 1, 2019 · I have built a basic shopping cart simulator. All it does is add and remove items between two different basket (i.e. aisle vs basket). While working on the problem I started to …

  8. A Java Web App with Servlets, JSP and Session: shopping cart …

    Sep 28, 2014 · This is the only Servlet I have: package com.tugay.shopping; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import …

  9. javascript - Jquery shopping cart code review - Code Review Stack …

    I'd really appreciate if any of you could do a code review of my Sopping cart demo. I was wondering whether this could be improved? I'm honestly trying to improve myself too! There's …

  10. javascript - jQuery code to total the items in a shopping cart

    Jul 31, 2017 · This is basically a summary of points #1 and #2 above. Perhaps a better implementation would move the code to call the AJAX request (i.e. to '/Cart/AddTocart') with …

Refresh