Creating a Shopping Cart using only HTML/JavaScript

前端 未结 3 355
南笙
南笙 2020-12-24 03:59

I\'m not sure what to do in order to complete this project. I need to create a shopping cart that uses only one HTML page. I have the table set up showing what is being so

3条回答
  •  [愿得一人]
    2020-12-24 04:30

    You simply need to use simpleCart

    It is a free and open-source javascript shopping cart that easily integrates with your current website.

    You will get the full source code at github

提交回复
热议问题