emvoo Posted December 10, 2013 Share Posted December 10, 2013 (edited) Well title says it all. In manufacturers products view (and only here) I`d like to get rid of left column. Is there any way to do that? Thanks Edited December 10, 2013 by emvoo (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 10, 2013 Share Posted December 10, 2013 check this topic: http://www.prestashop.com/forums/topic/293797-solved-hide-left-column-only-on-manufacturer-list/?hl=%2Bmanufacturer&do=findComment&comment=1482835 Link to comment Share on other sites More sharing options...
emvoo Posted December 10, 2013 Author Share Posted December 10, 2013 (edited) Thanks vekia for your reply. That solution is for manufactrurers list view. What I`m trying to achive is: Manufacturers: apple1, apple2, apple3 and so on and when you click on apple1 it gives you list of its products and theres a left column which I`m trying to get rid of It looks similar to category view. But in category view i want to keep that left column. Thanks Edited December 10, 2013 by emvoo (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 10, 2013 Share Posted December 10, 2013 you want almost the same as merchant in topic that i pasted above. just switch false to true, as i show below: if (isset($_GET['id_manufacturer'])) { $this->display_column_left = false; } else { $this->display_column_left = true; } Link to comment Share on other sites More sharing options...
emvoo Posted December 10, 2013 Author Share Posted December 10, 2013 That worked like a charm I remember you, you`ve helped me before for many times so thanks for millions of times. Link to comment Share on other sites More sharing options...
vekia Posted December 10, 2013 Share Posted December 10, 2013 you're welcome i marked topic as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
emvoo Posted December 10, 2013 Author Share Posted December 10, 2013 (edited) Hi vekia its me again Unfortunately left column has gone in categories view too which i was trying to keep any suggestions to that please? Sorry it still worked i just messed some CSS styles Sorry for confusion Edited December 10, 2013 by emvoo (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 11, 2013 Share Posted December 11, 2013 thank you for information where the problem was you used somewhere css styles to hide left column, right? Link to comment Share on other sites More sharing options...
emvoo Posted December 11, 2013 Author Share Posted December 11, 2013 You`re welcome Miłosz What it was really when i removed left column in manufactrurers list I had to remove leftovers too - CSS styles applied to that column. Unfortunatley that CSS style was the same for category left column too and when removed styles column became invisible (not removed). Thats all it was. Thanks again Link to comment Share on other sites More sharing options...
Recommended Posts