Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable pop-up drawer cart in Dawn 2.0 shopify theme #941

Closed
kg1982 opened this issue Nov 24, 2021 · 5 comments
Closed

disable pop-up drawer cart in Dawn 2.0 shopify theme #941

kg1982 opened this issue Nov 24, 2021 · 5 comments

Comments

@kg1982
Copy link

kg1982 commented Nov 24, 2021

there doesn't seem to be any way to disable the pop-up/ ajax/ drawer cart in the new Dawn theme?
I want customers directed straight to the cart page and not have the pop up

@ludoboludo
Copy link
Contributor

Hi @kg1982, thanks for bringing this up. It's a feature we're looking into adding soon 👍

Here is the issue to track to know when it will added onto the theme 🙂

I will close this for the time being since progress can be followed on the issue linked above.

Thanks for taking the time to post it and helping us make Dawn better! 💪

@Amicableifti
Copy link

is that solved !

@tmsio
Copy link

tmsio commented Apr 21, 2022

Just edit code

component-cart-notification.css

.cart-notification-wrapper .cart-notification {
display: block; --> none
}
Regars

@renewittllc
Copy link

This hides the pop-up, yes. But it leaves the customer sitting on the product page not knowing if anything happened when they pressed the add-to-cart button. We need to figure out a way to go to the cart once the product is added.

@ludoboludo
Copy link
Contributor

@renewittllc we're about to finish reviews on this PR which will add both the cart drawer option and the ability to go directly to the cart page: #1544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants