[email protected] Posted January 22, 2015 Share Posted January 22, 2015 Hello, Anybody Know how to Enable and Disable Left/Right Column in Category , Product Page. I Install Latest PreatsShop Version and i face this issue. See Attach Screenshot. Link to comment Share on other sites More sharing options...
mickeyboy1 Posted January 22, 2015 Share Posted January 22, 2015 If you click on the green ticks (enabled) then they will become disabled (red cross) And if you click on the red cross (disabled) then they will become enabled (green tick) Link to comment Share on other sites More sharing options...
[email protected] Posted January 23, 2015 Author Share Posted January 23, 2015 (edited) Hello, Thanks for your Reply but i am asking about Appearance of Left and right Column Setting in Category page, Product page. there are no setting for this page.. This is happen in previous PrestaShop(1.6.0.9) Version. See Both Screenshot. Edited January 23, 2015 by kajal korat (see edit history) 1 Link to comment Share on other sites More sharing options...
NemoPS Posted January 23, 2015 Share Posted January 23, 2015 They are gone, it's true. I'm not sure it's a bug, you might have to just add exceptions for all column modules on those pages, did you try? Link to comment Share on other sites More sharing options...
[email protected] Posted January 23, 2015 Author Share Posted January 23, 2015 Hello, Thanks for your Replay but How to add exceptions?? Link to comment Share on other sites More sharing options...
NemoPS Posted January 24, 2015 Share Posted January 24, 2015 Modules -> Positions. Hit edit on a hooked module, you can add exceptions there Link to comment Share on other sites More sharing options...
[email protected] Posted January 24, 2015 Author Share Posted January 24, 2015 Hello, Sorry But you are not understand my question.. i want to diabel left column in Category page.. How to do it? Link to comment Share on other sites More sharing options...
mickeyboy1 Posted January 24, 2015 Share Posted January 24, 2015 It looks like you will have to add exceptions to each module that is hooked into left column As Nemo1 says..... goto BO/modules/positions scroll down to LeftColumn there you will have to click EDIT on each module listed under LeftColumn in the exceptions field add category product....seperating them with a comma Unless someone else has an easier way!!!! Link to comment Share on other sites More sharing options...
NemoPS Posted January 26, 2015 Share Posted January 26, 2015 Exactly as mickeyboy said, since those switches are gone, I see no other way at the moment but disabling each module individually, by unhooking it from the category page only (aka adding exceptions) Link to comment Share on other sites More sharing options...
Erik De Martiis Posted February 3, 2015 Share Posted February 3, 2015 This is a BIG BUG! I've the same problem. Can't turn on/off left or right column in Category view or in Product view. I hope that a speedy new release of PS fix this bug! Regards Erik 1 Link to comment Share on other sites More sharing options...
rahulcs Posted February 4, 2015 Share Posted February 4, 2015 Hi all, How can I hook the RIGHT COLUMN in product page in version 1.6.0.11. In old versions, it can be easilly added but, I do not see any options in the latest versions. Thanks in advance. Link to comment Share on other sites More sharing options...
SHIROKO Posted February 4, 2015 Share Posted February 4, 2015 I'm facing the same issue, I can't enable left column in product page. Anybody knows how to fix please ? Link to comment Share on other sites More sharing options...
Erik De Martiis Posted February 5, 2015 Share Posted February 5, 2015 I solved with reading this http://forge.prestashop.com/browse/PSCSX-4286 and copy/paste (entire substitution) this in my AdminThemesController.php file https://github.com/PrestaShop/PrestaShop/raw/998f8a828934567cf4a3d95d56b9d051e1fd65ff/controllers/admin/AdminThemesController.php Best Regard Erik 1 Link to comment Share on other sites More sharing options...
mickeyboy1 Posted February 7, 2015 Share Posted February 7, 2015 (edited) I solved with reading this http://forge.prestashop.com/browse/PSCSX-4286 and copy/paste (entire substitution) this in my AdminThemesController.php file https://github.com/PrestaShop/PrestaShop/raw/998f8a828934567cf4a3d95d56b9d051e1fd65ff/controllers/admin/AdminThemesController.php Best Regard Erik Yes i can also confirm this works perfectly in 1.6.0.11, and much easier than adding exceptions to every module in columns Good find Erik De Martiis and thanks for sharing Edited February 7, 2015 by mickeyboy1 (see edit history) 1 Link to comment Share on other sites More sharing options...
dformica Posted February 9, 2015 Share Posted February 9, 2015 Hello, Anybody Know how to Enable and Disable Left/Right Column in Category , Product Page. I Install Latest PreatsShop Version and i face this issue. See Attach Screenshot. I'm on 1.6.0.11 Under my BO, Theme, Advanced settings, I have Right Column (OFF). The right Column always shows in Front Office. If I run Live Edit on preferences/positions, the Right Column doesn't show even if I switch Right Column (ON), it doesn't show in Live Edit. I tried the fix noted above https://github.com/P...sController.php but it didn't work for me. Link to comment Share on other sites More sharing options...
[email protected] Posted February 11, 2015 Author Share Posted February 11, 2015 Hello, I solved with reading this... http://mypresta.eu/en/art/prestashop-16/an-error-occured-while-updating-this-meta.html 1 Link to comment Share on other sites More sharing options...
Erik De Martiis Posted February 23, 2015 Share Posted February 23, 2015 OPS, another problem. After updating the code, I can't change Theme anymore. And you? Regards Erik Link to comment Share on other sites More sharing options...
jgamio Posted February 23, 2015 Share Posted February 23, 2015 I don't sure if these work for you but don't touch prestashop files on template templatename/css/category.css #category #left_column{ display: none; } Link to comment Share on other sites More sharing options...
mzfp Posted February 26, 2015 Share Posted February 26, 2015 The following worked for me: Added a new record to ps_meta_lang table in the database (using the id_meta for products obtained from the ps_meta table) So for me, it was missing corresponding records in ps_meta_lang. Not the nest fix but far better than modifying all left column hooks in my opinion. Link to comment Share on other sites More sharing options...
Erik De Martiis Posted February 26, 2015 Share Posted February 26, 2015 The bug is fixed in PS 1.6.0.13. Download PS new version. Regards Erik Link to comment Share on other sites More sharing options...
Recommended Posts