diff --git a/jam-ui/src/components/shopping-cart/JKCheckout.js b/jam-ui/src/components/shopping-cart/JKCheckout.js index 5ba3d0d08..c54046a9f 100644 --- a/jam-ui/src/components/shopping-cart/JKCheckout.js +++ b/jam-ui/src/components/shopping-cart/JKCheckout.js @@ -288,33 +288,38 @@ const JKCheckout = () => { }; return ( -
+
+
+ {`< Back to shopping cart`} +
+ {hasAlreadyEnteredBillingInfo && ( +
+
+ +

+ You recently entered payment info successfully. If you want to change your payment info, click the + CHANGE PAYMENT INFO button. Otherwise, click the Confirm & Pay button to checkout. +

+
+
+ + +
+ +
+ )} Cart Loading...
: } isStickyAside={false} > - {hasAlreadyEnteredBillingInfo && ( -
-
- -

- You recently entered payment info successfully. If you want to change your payment info, click the - CHANGE PAYMENT INFO button. Otherwise, click the Confirm & Pay button to checkout. -

-
-
- - -
- -
- )} + +
- {hasRedeemableJamTrack ? ( + {/* {hasRedeemableJamTrack ? (

@@ -328,12 +333,12 @@ const JKCheckout = () => {

Please enter your billing address and payment information below. 

- )} + )} */} - + @@ -348,7 +353,7 @@ const JKCheckout = () => { - + @@ -363,7 +368,7 @@ const JKCheckout = () => { - + @@ -378,7 +383,7 @@ const JKCheckout = () => { - + @@ -393,7 +398,7 @@ const JKCheckout = () => { - + @@ -408,7 +413,7 @@ const JKCheckout = () => { - + @@ -423,7 +428,7 @@ const JKCheckout = () => { - + @@ -441,7 +446,7 @@ const JKCheckout = () => { - + @@ -634,12 +639,12 @@ const JKCheckout = () => { /> -
+ {/*
*/}
- All Total:{' '} + Total:{' '} {currency} {payableTotal} @@ -650,7 +655,7 @@ const JKCheckout = () => {

By clicking Confirm & Pay button you agree to JamKazam's{' '} - Terms of service, including the JamTracks purchase terms. + Terms Of Service, including the JamTracks Purchase Terms.

diff --git a/jam-ui/src/components/shopping-cart/JKShoppingCart.js b/jam-ui/src/components/shopping-cart/JKShoppingCart.js index 44a63d8c5..21e10e178 100644 --- a/jam-ui/src/components/shopping-cart/JKShoppingCart.js +++ b/jam-ui/src/components/shopping-cart/JKShoppingCart.js @@ -25,7 +25,7 @@ const JKShoppingCart = () => { } return ( - +