Solved

CART PAGE: Duplicate Checkout and Continue Shopping Buttons - How to Remove

melaina
Excursionist
12 0 3

Hi! Still building out my site and have been working on the cart and checkout. 

I am using the loft theme and when I go to the cart page, I see a continue shopping button, checkout button, and total $ at the top, then I also see it below the item. Please see the attached screenshot where I made a rectangle around what I'd like to remove. 

Can someone suggest how I could remove this? Some people may purchase multiple items, but usually its 2-3 max. 

Any advice would be greatly appreciated! 

Accepted Solution (1)
LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Asset > theme.scss.liquid and paste this at the bottom of the file:
.cart-purchase-wrapper {
display: none !important;
}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 7 (7)

KetanKumar
Shopify Partner
36839 3635 11972

@melaina 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
melaina
Excursionist
12 0 3

hi @KetanKumar 

Thank you for your quick response! 

My store is not currently live but the URL is 

lustrewear.myshopify.com

I will message you the password. 

Thanks again!

Melaina

KetanKumar
Shopify Partner
36839 3635 11972

@melaina 

yes, please add this code css file bottom 

.grid--full.cart-header.medium-down--hide.js-cart-hide-on-empty {
    display: none;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

LitExtension
Shopify Partner
4860 1001 1132

Please send your site and if your site is password protected, please send me the password. I will check it for you

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
melaina
Excursionist
12 0 3

Hi @LitExtension 

My site is password protected as it is not yet live. 

lustrewear.myshopify.com

I'll message you the password.

Thanks!

Melaina

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Asset > theme.scss.liquid and paste this at the bottom of the file:
.cart-purchase-wrapper {
display: none !important;
}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
melaina
Excursionist
12 0 3

this worked great as I have an old version of my theme with scss rather than css

thank you for your help!