cnpark70 Posted June 8, 2015 Share Posted June 8, 2015 (edited) Hello. Ever since I changed the header position from relative to fixed I have been having many issues. However, most of them are fixed now and many thanks to nemo. There is one last issue to fix and it is I think most important part of on line shop which involves cart. The issue I am having is if there are too many items in the cart, cart drop down list runs off below the bottom of the screen. So I am thinking if I can set the maximum number of items in the shopping cart, for example, to only 5 items to show in the drop down list and add scroll bar, would be a way to work around this issue. If anybody had same experience and solved, please share as shop opening day is closing in. I am running on ver. 1.6.0.14 default-bootstrap theme and my site is at below link http://www.kocamoca.com/en/ Thanks in advance for help. Edited June 8, 2015 by cnpark70 (see edit history) Link to comment Share on other sites More sharing options...
cnpark70 Posted June 11, 2015 Author Share Posted June 11, 2015 The code I added to blockcart.css is max-height: 550px; overflow: auto; it seems it's doing what I need. 1 Link to comment Share on other sites More sharing options...
scolink Posted June 14, 2016 Share Posted June 14, 2016 (edited) The code I added to blockcart.css is max-height: 550px; overflow: auto; it seems it's doing what I need. I've added that to the blockcart and didn´t work ? What i have to do more ? I put in the end of the file Edited June 14, 2016 by scolink (see edit history) Link to comment Share on other sites More sharing options...
sidro Posted January 15, 2017 Share Posted January 15, 2017 follow this tutorial and you will succed ! tested on 1.6.1.11beta version! https://www.prestashop.com/forums/topic/368680-scroll-bar-in-blockcart-module/?p=2488737 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now