Jump to content

Always show shopping cart side menu


Recommended Posts

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

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated