Jump to content

[BUG] Left column can't be enabled without overrides


Recommended Posts

Hi everybody,

i don't know if somebody already experienced the same thing, but an issue has been opened in prestashop's forge, here it is:

http://forge.prestas...omment-tabpanel

 

I'm working on a theme, and I really need the left column to be visible in the order confirmation. This can't be done without overriding every and each of the NATIVE payemnt modules. And this is bad.

 

So, to the prestashop Guys: is there a temporary non-destructive solution to this, till you fix the issue?

 

Fabio

Edited by Nemo1 (see edit history)
Link to comment
Share on other sites

  • 5 months later...

Perfect, thanks Nemo.

 

I just had to change the following line twice (around line 443 and 478) from:

 

'HOOK_LEFT_COLUMN' => ($this->display_column_left ? Hook::exec('displayLeftColumn') : ''),

 

To:

 

'HOOK_LEFT_COLUMN' => Hook::exec('displayLeftColumn'),

 

Thanks for your help.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...