Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

A complete shopping cart built with jQuery and sessionStorage. Includes PayPal payments.

Notifications You must be signed in to change notification settings

schanpmc/jQuery-sessionStorage-shopping-cart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery: a shopping cart with sessionStorage

I've built this shopping cart after completing a web project where I had to completely rewrite an e-commerce cart. This project also includes PayPal payments.

This is a proof-of-concept and is not intended to replace any existing server-side techniques.

Bear in mind that there are a few things you need to change on the main jquery.shop.js file, namely:

  • The type of PayPal's cart.
  • Your business email address.
  • The URL of the PayPal's form.
  • The way shipping charges are calculated.

Hope you find this useful.

Demo

https://jquery-sessionstorage-cart.herokuapp.com/

About

A complete shopping cart built with jQuery and sessionStorage. Includes PayPal payments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • HTML 25.9%
  • CSS 18.5%