weDevsOfficial / dokani

The new default theme for Dokan
10 stars 18 forks source link

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

Closed devAsadNur closed 5 months ago

devAsadNur commented 6 months ago

Previously, cart button was not working on smaller screens.

Now, fixed the issue by this PR.

StalinDurjo commented 5 months ago

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 commented 5 months ago

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