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

🎯 fix: Cart button was not working on smaller screens #61

Conversation

devAsadNur
Copy link
Member

@devAsadNur devAsadNur commented Mar 13, 2024

Previously, cart button was not working on smaller screens.

Now, fixed the issue by this PR.

@devAsadNur devAsadNur self-assigned this Mar 13, 2024
@devAsadNur devAsadNur changed the title fix: Cart button was not working on smaller screens 🎯 fix: Cart button was not working on smaller screens Mar 13, 2024
@StalinDurjo
Copy link

Issue: Solution for this PR was to redirect user to cart page when user clicks on cart icon. This is working, but the issue is, it is also opening the mini cart modal and then redirecting user to cart page. This is not an ideal for user experience.

Suggested Solution: Once user clicks on the cart button on mobile view, either redirect to cart page or only open the mini cart modal.

@devAsadNur bhai FYI @mrabbani bhai

@MdAsifHossainNadim
Copy link
Contributor

Relevant with mini cart preview loading pr.
CC: @mrabbani

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

Successfully merging this pull request may close these issues.

The cart button does not work properly on mobile phone.
4 participants