+
+
+ Proceed to Checkout
+
+
+
Proceed to Checkout
diff --git a/Cart.js b/Cart.js
index e486882..6f9a719 100644
--- a/Cart.js
+++ b/Cart.js
@@ -213,3 +213,5 @@ let loadItems = () =>{
});
}
+
+
\ No newline at end of file
diff --git a/index.css b/index.css
index e313e23..57df1aa 100644
--- a/index.css
+++ b/index.css
@@ -451,6 +451,7 @@ header{
font-weight: lighter;
font-size: 1.6rem;
letter-spacing: 2px;
+ padding-bottom: 30px;
}
/*----------------------------------------------FOOTER------------------------------------------------*/
footer{
diff --git a/index.js b/index.js
index a91530a..f05ec0b 100644
--- a/index.js
+++ b/index.js
@@ -125,8 +125,15 @@ let loadItems = () =>{
AddListeners();
});
// console.log("hello i am out ")
-
+ function Payment()
+ {
+ console.log("botton clicked");
+ }
}
+
+
+
+
(function($) { // Begin jQuery
$(function() { // DOM ready
// If a link has a dropdown, add sub menu toggle.