John Kennedy Posted March 20, 2018 Share Posted March 20, 2018 Looking for a way to always show the side menu on the cart.php pages. I know I can disable the button to Show/Hide in the configuration, but I can't find any option to keep the menu shown at all times. Tried searching the forums, but all I saw was how to remove items from sidebars. Link to comment Share on other sites More sharing options...
brian! Posted March 21, 2018 Share Posted March 21, 2018 Hi John, On 3/20/2018 at 12:11, John Kennedy said: Looking for a way to always show the side menu on the cart.php pages. I know I can disable the button to Show/Hide in the configuration, but I can't find any option to keep the menu shown at all times. which template? i'm assuming it's one of the slider/comparison orderform templates? e.g if it were Premium Comparison... that would add the sidebar back, but would thrown the alignment of the page out (because these orderforms were designed to hide the sidebar to give more space to the comparison panels)... you could get around that by tweaking the template, or with css... .row-product-selection { left: 300px !important; } #premiumComparisonSidebar { display:block !important; } #btnShowSidebar { display: none !important; } #order-premium_comparison .price-table-container .price-table { width: 240px !important; min-width: 240px !important; } and additionally in products.tpl, changing the div size... Link to comment Share on other sites More sharing options...
John Kennedy Posted March 28, 2018 Author Share Posted March 28, 2018 OK. That seems to have done it. Will have to change a few things to fit the purpose, but I get the general idea. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts