I know that this issues was addressed with another thread, but I looked through them and I can not get my store to fix itself when customers add more than 4 items in their cart. I have had multiple customers call about not being able to click checkout when they have a good list to purchase. I would like to keep using the Modal feature for the cart. My store is https://shop.openroadhd.com/ I feel like it has something to do with the coding with this theme. If I could get some help with this, it would be much appreciated.
Thank you.
Hi @Lhamm
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss->paste bellow code in bottom of file
@media only screen and (min-width: 485px) { .ajaxifyCart--products{max-height: 500px;overflow-y: auto;} }
You need to add that code above to a css or scss file. You added to a javascript (.js) file which will break your theme.
If you have no css file then add in layout->theme.liquid file just before </body>
<style>
@media only screen and (min-width: 485px) { .ajaxifyCart--products{max-height: 500px;overflow-y: auto;} }
</style>
We have the exact same issue. How do we convert the cart to a page and not a popup?
@Jasoliya wrote:If you have no css file then add in layout->theme.liquid file just before </body>
<style>
@media only screen and (min-width: 485px) { .ajaxifyCart--products{max-height: 500px;overflow-y: auto;} }
</style>
This post is for adding scroll to section not for making cart as popup.
IF you want cart popup not cart page then we have to make many code for that it's not easy to send you code here. If you want to make popup instead of cart page then PM me i can help you.
There may be some padding you need to add. Can you provide a link to your store and a password if password protected so that we can take a look?
User | Count |
---|---|
566 | |
215 | |
129 | |
83 | |
45 |