Mallee Boy Posted June 27, 2011 Share Posted June 27, 2011 Is there somewhere i can change the maximum products to compare from 5 to 3? Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted June 27, 2011 Share Posted June 27, 2011 BackOffice => Preferences => Products => Max items in the comparator: [...] Link to comment Share on other sites More sharing options...
Mallee Boy Posted June 27, 2011 Author Share Posted June 27, 2011 I am such a meat head. I am so used to having to run off in to my ftp and mess with css, tpl, etc, I forget that just sometimes, p-shop have made it easy for me.Thanks for the prompt reply, UWD. Link to comment Share on other sites More sharing options...
profo Posted October 27, 2011 Share Posted October 27, 2011 Does anyone know the answer how can I see more than 3 compared products at the same time in the base theme? The fourth’s going under the right column. Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted October 27, 2011 Share Posted October 27, 2011 Does anyone know the answer how can I see more than 3 compared products at the same time in the base theme? The fourth’s going under the right column. The problem is that the images are too big, so with the default image size it will always be under the right column. The solution is to decrease the "home" images size. Link to comment Share on other sites More sharing options...
profo Posted October 27, 2011 Share Posted October 27, 2011 Thank you for the answer! I resized the "Home" pictures (75x75 px instead of 129x129 px). Now the pictures are smaller, but still you can see only 3 products perfectly, the fourth's still going under the right column. http://www.yush.eu/DB/products-comparison.php?compare_product_list= Any other idea? Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted October 27, 2011 Share Posted October 27, 2011 Thank you for the answer! I resized the "Home" pictures (75x75 px instead of 129x129 px). Now the pictures are smaller, but still you can see only 3 products perfectly, the fourth's still going under the right column. http://www.yush.eu/D...e_product_list= Any other idea? global.css, around row 923, remove width: 129px; comparator.css, around row 66 set width: 100px; global.css, around row 536 set width: 100px; Now the only problem is that the image: img/button-medium.png has width of 120px, and if you do the above changes the button "Megtekintés" will be cutted at the right side. You need to resize that image background to 100px and all will be fine. Link to comment Share on other sites More sharing options...
profo Posted October 28, 2011 Share Posted October 28, 2011 Thank you very much! It works perfectly. Just one more question. The 4 products are the maximum or there is any other way to compare more? Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted October 29, 2011 Share Posted October 29, 2011 You can compare more of course. The question is how much space you have for that. And you can always use a "scrollable" list like: global.css around row 878 .products_block { color: #595A5E; overflow: auto; width: 400px; } You'll see a scrollbar at the bottom and you can setup your "width". You may also develop a module that will popup the table in additional window, or a modal window using FancyBox, so more items will be visible at the same time. Link to comment Share on other sites More sharing options...
profo Posted October 30, 2011 Share Posted October 30, 2011 UltraWebDev! Thank you again! This one is also works perfectly. Now I know everything... 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