Skip to content

In this Shopping Cart page three products have been added to the basket and the names of these are shown together with their cost and the quantity desired for purchase. Beneath the product list, a sub-total of the product costs are shown, VAT is then added (at 20%) and the total is shown beneath. Finally, a ‘Buy Now’ button allows the user to g…

Notifications You must be signed in to change notification settings

ramackri/Shopping-Cart-Using-JQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart Using JQuery

In this Shopping Cart page three products have been added to the basket and the names of these are shown together with their cost and the quantity desired for purchase. Beneath the product list, a sub-total of the product costs are shown, VAT is then added (at 20%) and the total is shown beneath. Finally, a ‘Buy Now’ button allows the user to go ahead and purchase the items shown at the total price given. When there and products in the basket and the ‘Buy Now’ button is selected, you should take the product data together with the quantities, costs and totals, and simulate how you would POST this data in JSON format to an Ajax-supported web service URL.

Prerequisites

You need git to clone the ShoppingCartUsingJQuery repository. You can get it from http://git-scm.com/.

Clone ShoppingCartUsingJQuery

Clone the ShoppingCartUsingJQuery repository using git:

git clone https://github.com/ramackri/ShoppingCartUsingJQuery
cd ShoppingCartUsingJQuery

Technologies/Frameworks used here :

  • Jquery
  • Modernizr.js
  • Modernizr.css
  • Java script

Directory Layout

ShoppingCartUsingJQuery/          --> all of the files to be used in development
  js/         --> JavaScript files
  css/   -->   Css files for Html Template
  img/   --->  Image files to be used in development
  basket.html  --> Shopping Cart application Home page

Want to Contribute ?

I'm so happy if you do. Fork the project, make whatever changes you want to do and submit a pull request.

About

In this Shopping Cart page three products have been added to the basket and the names of these are shown together with their cost and the quantity desired for purchase. Beneath the product list, a sub-total of the product costs are shown, VAT is then added (at 20%) and the total is shown beneath. Finally, a ‘Buy Now’ button allows the user to g…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published