Hello everyone, I would like my cart not to be on a separate page, as it is right now, but I would prefer it to be a dropdown in the top right corner. I use the Symmetry theme and this is my link: https://vomeroitaly.com/
Hi @Mdb_Gioto
I see your using the cart drawer already from Symmetry. Unfortunately, to change the cart button to open the drawer will need a custom code. Since you already have a cart drawer function, any Shopify app will be an overkill. We can do this for you for a competitive price. Let us know if you want us to do it
@Mdb_Gioto Hey To convert your cart to a dropdown in the Symmetry theme, go to Theme Settings > Cart and select the “drawer” or “dropdown” option (if available). If the theme doesn’t support it directly, you may need a small custom code tweak or use an app like Quick Cart Drawer
Do you mean cart drawer? where you click the cart icon and it draws out from the right?
I already change the option, but it’s still the same. is there anything else I can do?
to make sure your setting is working can you find following value?
Go to Online Store > Themes > click … (three-dot next to the current theme) > Edit code
Find a file called settings_data.json and find a value for cart_type
your button is not working if the code doesn’t look like this: “cart_type”: “drawer”,
If your code matches the above, that means you have issue with JavaScription I believe.
