Jump to content

Enable and Disable Left/Right Column Issue in PrestaShop 1.6.0.11


Recommended Posts

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

  • 2 weeks later...

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 by mickeyboy1 (see edit history)
  • Like 1
Link to comment
Share on other sites

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

  • 2 weeks later...

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

×
×
  • Create New...